import { SafeContextOptions } from 'fastapi-rtk/utils'; import { AuthContextValue } from './types'; /** * Access the auth context. * * @param options - Options for the context hook. * @returns The auth context object. */ export declare const useAuth: (options?: SafeContextOptions) => AuthContextValue;