export declare const DEFAULT_TOKEN_NAME = "_token"; export declare const DEFAULT_TOKEN_EXPIRES: number; export declare const WECHAT_WORK_API_SERVER_HOST = "https://qyapi.weixin.qq.com"; export declare const WECHAT_WORK_MODULE_NAME = "nestjs-wechat-work"; export declare const wechatWorkQrCodePageUrl: (corpId: string, agentId: string, returnDomainName: string, loginPath: string, state?: string) => string;