wechaty-puppet-official-account
Version:
Wechaty Puppet for WeChat Official Accounts
9 lines • 404 B
TypeScript
/// <reference path="../../../src/typings.d.ts" />
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<PuppetOAOptions>;
export { qrCodeForChatie, envOptions, log, VERSION, };
//# sourceMappingURL=config.d.ts.map