import { log } from '@juzi/wechaty-puppet'; declare const config: { avatarUrl: string; bmpAppKey: string; bmpAppSecret: string; bmpUrl: string; mongoServer: string; mqPort: number; mqUrl: string; port: number; serviceSalt: string; serviceSecret: string; serviceUrl: string; }; export { log, config, }; export { VERSION } from './version.js'; //# sourceMappingURL=config.d.ts.map