export declare function useUser(): any;
export declare function useAuthenticated(): boolean | null | undefined;
