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