import { ITelegramClient } from '../../client.types.js';
import { BotCommands } from '../../types/index.js';
import { tl } from '../../../tl/index.js';
/** @internal */
export declare function _normalizeCommandScope(client: ITelegramClient, scope: tl.TypeBotCommandScope | BotCommands.IntermediateScope): Promise<tl.TypeBotCommandScope>;
