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