import { EntityDict } from "../oak-app-domain"; import { BRC } from '../types/RuntimeCxt'; export declare function createWechatLogin(params: { type: EntityDict['wechatLogin']['Schema']['type']; interval: number; router: EntityDict['wechatLogin']['Schema']['router']; qrCodeType?: EntityDict['wechatLogin']['Schema']['qrCodeType']; }, context: BRC): Promise;