import { BotCommandScopeDefault } from '../types'; export declare class BotCommandScopeDefaultBase implements BotCommandScopeDefault { type: string; }