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