import { BotCommandScopeChat } from '../types'; export declare class BotCommandScopeChatBase implements BotCommandScopeChat { type: string; chat_id: any; }