export declare const _MemberProfile: { memberState: { member: { _id: string; name: string; birthday: string; gender: string; email: string; phoneNumber: string; externalMemberId: string; cardNo: string; joinAt: string; business: string; stats: { avgBillSize: number; avgVisitFrequency: number; products: {}; topupCount: number; visitCount: number; lastVisit: string; feedbackCount: number; lastSeasonPointEarned: number; }; segment: string[]; member: boolean; collection: { CREDIT: { _id: string; balance: number; business: string; collectible: string; expiryBalance: { _id: string; expiredAt: string; amount: number; }[]; extras: null; options: { validityOption: { validForDay: number; }; }; type: string; user: string; }[]; POINT: { _id: string; balance: number; business: string; collectible: string; expiryBalance: never[]; extras: null; options: { validityOption: {}; }; type: string; user: string; }[]; TITLE: { _id: string; balance: number; business: string; collectible: string; expiryBalance: { _id: string; amount: number; expiredAt: string; }[]; extras: null; options: { validityOption: { validForDay: number; }; }; type: string; user: string; }[]; TIER: { _id: string; balance: number; business: string; collectible: string; expiryBalance: never[]; extras: null; options: {}; type: string; user: string; }[]; VOUCHER: { _id: string; balance: number; business: string; collectible: string; expiryBalance: { _id: string; amount: number; expiredAt: string; }[]; extras: { targetLocation: null; effect: { options: { target: string; excludeIds: null; minPurchase: null; }; availableOnlineOrder: null; priority: null; adjustment: { amount: { amount: number; precision: number; }; type: string; }; }; }; options: { validityOption: { validForDay: number; }; enableTransfer: boolean; cooldown: number; maxUse: number; }; type: string; user: string; }[]; COIN: { _id: string; balance: number; business: string; collectible: string; expiryBalance: never[]; extras: null; options: { validityOption: {}; }; type: string; user: string; }[]; }; address: never[]; photoUrl: string; expiringVouchers: { days7: number; days30: number; days90: number; d_24: number; }; lastReadAt: string; importCollection: { TIER: number; POINT: number; CREDIT: number; COIN: number; TITLE: never[]; }; user: string; referralCode: string; credit: { _id: string; balance: number; business: string; collectible: string; expiryBalance: { _id: string; expiredAt: string; amount: number; }[]; extras: null; options: { validityOption: { validForDay: number; }; }; type: string; user: string; }; point: { _id: string; balance: number; business: string; collectible: string; expiryBalance: never[]; extras: null; options: { validityOption: {}; }; type: string; user: string; }; coin: { _id: string; balance: number; business: string; collectible: string; expiryBalance: never[]; extras: null; options: { validityOption: {}; }; type: string; user: string; }; tier: { _id: string; balance: number; business: string; collectible: string; expiryBalance: never[]; extras: null; options: {}; type: string; user: string; }; voucherCount: number; gameCount: number; titles: { _id: string; balance: number; business: string; collectible: string; expiryBalance: { _id: string; amount: number; expiredAt: string; }[]; extras: null; options: { validityOption: { validForDay: number; }; }; type: string; user: string; }[]; }; membership: { _id: string; name: string; type: string; business: string; targetLocation: string[]; tiers: ({ _id: string; name: string; image: string; option: { from: number; to: number; }; cycleOptions: { rule: { name: string; rules: {}; logic: string; }; tierExpression: string; expExpression: string; }[]; member_count: number; benefits: { _id: string; type: string; business: string; name: string; image: string; description: string; timeframeOptions: { type: string; property: string; }; targetLocation: null; event: { rule: { name: string; rules: { g_user: { name: string; rules: { e_t2Oe: { name: string; property: string; conditions: { _lessThanOrEqual: number; }; negated: boolean; }; }; logic: string; }; }; logic: string; }; type: string; }; config: { validityOption: {}; }; group: null; templateId: string; earningOption: { type: string; every: number; amount: number; }; collectible: string; }[]; } | { _id: string; name: string; image: string; option: { from: number; to?: undefined; }; cycleOptions: { rule: { name: string; rules: {}; logic: string; }; tierExpression: string; expExpression: string; }[]; member_count: number; benefits: { _id: string; type: string; business: string; name: string; image: string; description: string; timeframeOptions: { type: string; property: string; }; targetLocation: null; event: { rule: { name: string; rules: { g_bill: { name: string; rules: {}; logic: string; }; g_user: { name: string; rules: { e_LNdY: { name: string; property: string; conditions: { _equal: number; }; negated: boolean; }; }; logic: string; }; }; logic: string; }; type: string; }; config: { validityOption: {}; }; group: string; templateId: string; earningOption: { type: string; every: number; amount: number; property: never[]; }; collectible: string; }[]; })[]; titles: string[]; advertisements: never[]; pf_title: { _id: string; business: string; type: string; name: string; description: string; stackable: boolean; options: {}; currentReceive: number; benefits: never[]; }[]; url: string; image: string; group: string; freeCreditAsDiscount: boolean; cardEnable: boolean; design: never[]; brand: string; email: { from: string; name: string; }; welcomeMessage: { channel: string; variables: string[]; content: string; language: string; }; pf_targetLocation: { _id: string; name: string; business: string; code: string; }[]; }; tierIndex: number; currentTier: { _id: string; name: string; image: string; option: { from: number; to: number; }; }; expToNextTier: number; }; User: { state: { authLoading: boolean; feedmeUser: { _id: string; birthday: string; birthdayCount: number; prevPhoneNumbers: never[]; phoneNumber: string; addresses: never[]; __v: number; displayName: string; email: string; gender: string; photoURL: string; }; }; }; };