/// import { FileBox } from 'file-box'; import { log } from 'wechaty-puppet'; import type { PuppetOAOptions } from './puppet-oa.js'; declare const VERSION: string; declare function qrCodeForChatie(): FileBox; declare function envOptions(): Partial; export { qrCodeForChatie, envOptions, log, VERSION, }; //# sourceMappingURL=config.d.ts.map