/** * Validates and aggregates all SDK data hooks. * Use this to ensure the "App" has all necessary data loaded. */ export declare function useQwikApp(): { isReady: boolean; isLoading: boolean; refreshAll: () => Promise; data: { balances: import("..").PointBalance[]; quests: import("..").Quest[]; rewards: import("..").Reward[]; badges: import("..").Badge[]; }; }; //# sourceMappingURL=useQwikApp.d.ts.map