import { ITelegramClient } from '../../client.types.js'; import { InputStarGift } from '../../types/index.js'; export declare function getStarGiftWithdrawalUrl(client: ITelegramClient, params: { /** The star gift to withdraw */ gift: InputStarGift; /** 2FA password */ password: string; }): Promise;