export interface GiftType { id: string; name: string; emoji: string; value: number; } export declare const AVAILABLE_GIFTS: GiftType[];