import { AuthState } from '../types'; export declare function useAuth(): AuthState & { isInitialized: boolean; };