import { BotType, Message } from '../types'; export declare const botDeleted: (Bot: any, message: Message) => Promise;