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