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