import { Wechaty } from "wechaty"; export declare function createBot(): Wechaty; type PrepareBotFunc = (bot: Wechaty) => Promise; export declare function prepareSingedOnBot(prepareBotFunc?: PrepareBotFunc): Promise; export {}; //# sourceMappingURL=wechaty-common.d.ts.map