import { GetMyCommandsOptionsMultipartFormData } from '../types'; import { BotCommandScope } from '../types'; export declare class GetMyCommandsOptionsMultipartFormDataBase implements GetMyCommandsOptionsMultipartFormData { scope: BotCommandScope; language_code: string; }