/// import { log } from 'wechaty-puppet'; import { FileBox } from 'file-box'; declare const VERSION: string; declare const NAME: string; export declare function qrCodeForChatie(): FileBox; export declare function retry(retryableFn: (retry: (error: Error) => never, attempt: number) => Promise): Promise; export { VERSION, NAME, log, }; //# sourceMappingURL=config.d.ts.map