export interface MockUser { id: string; email?: string; is_anonymous?: boolean; last_sign_in_at?: string; } export declare function useUser(): { user: MockUser | null; setUser: import('react').Dispatch>; }; //# sourceMappingURL=useUser.d.ts.map