import { BotDescription } from '../types'; export declare class BotDescriptionBase implements BotDescription { description: string; }