import { MaybeArray } from '@fuman/utils'; import { ITelegramClient } from '../../client.types.js'; import { InputStarGift } from '../../types/premium/star-gift.js'; import { SavedStarGift } from '../../types/index.js'; /** Get one or more saved star gifts by their IDs */ export declare function getSavedStarGiftsById(client: ITelegramClient, gifts: MaybeArray): Promise;