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