export class BotManage {
    constructor(maxuser: any, that: any, config: any);
    Bot: any;
    config: any;
    userBotDict: {};
    userTimeDict: {};
    maxuser: any;
    loopLimit: number;
    replyList: {
        type: number;
        content: string;
    }[];
    creatBot(username: any, content: any): Promise<any>;
    updateBot(username: any, content: any): Promise<any>;
    talk(username: any, content: any): Promise<any>;
    addReply(username: any, replys: any): any;
    removeBot(dictKey: any): void;
    getBotList(): {};
    /**
     * 生成图片
     * @param {*} username 用户名
     * @returns
     */
    generateImage(username: any): Promise<any>;
    getImage(username: any, content: any, step: any): any;
    run(username: any, content: any): Promise<any>;
}
//# sourceMappingURL=multiReply.d.ts.map