import { tl } from '../../../tl/index.js'; import { ITelegramClient } from '../../client.types.js'; import { InputStarGift } from '../../types/index.js'; export declare function _normalizeInputStarGift(client: ITelegramClient, gift: InputStarGift): Promise;