import { BotCommand } from '../types'; export declare class BotCommandBase implements BotCommand { command: string; description: string; }