import type { AuthState } from './types.js';
export declare function useAuth(): AuthState;
