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