export declare const _Referral: { data: { member: { referralCode: string; }; referral: { program: { _id: string; business: string; term_and_condition: string; reward: { id: string; name: string; rewards: { threshold: { from: number; to: number; }; rewards: string[]; pf_reward: ({ _id: string; business: string; name: string; option: { type: string; collecitbleType: string; collectible: string; earningOption: { type: string; amount: number; }; validityOption: { validForDay: number; }; collectibleConfig?: undefined; }; } | { _id: string; business: string; name: string; option: { type: string; collectible: string; collectibleConfig: { type: string; business: string; name: string; image: string; stackable: boolean; options: { validityOption: { validForDay: number; }; maxReceive: null; maxPerUser: null; enableTransfer: boolean; cooldown: number; maxUse: number; }; extras: { targetLocation: null; effect: { options: { target: string; excludeIds: null; minPurchase: null; }; availableOnlineOrder: null; priority: null; adjustment: { amount: { amount: number; precision: number; }; type: string; }; }; }; noCampaign: boolean; }; earningOption: { type: string; amount: number; }; collecitbleType?: undefined; validityOption?: undefined; }; })[]; }[]; }; }; referralCount: number; successReferralCount: number; }; referralRecords: never[]; submittingReferrerCode: boolean; }; };