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