import { AuthContextValue } from '../types/auth.types'; export declare const useAuth: () => AuthContextValue;