import type { BotConfigJSON } from './types'; export declare class BotConfigDisplay { display(config: BotConfigJSON): void; }