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