import { BotCommandScopeChatMember } from '../types'; export declare class BotCommandScopeChatMemberBase implements BotCommandScopeChatMember { type: string; chat_id: any; user_id: number; }