import React from 'react'; import type { AuthContextInterface } from './AuthContext.js'; export declare function createUseAuth(AuthContext: React.Context | undefined>): () => AuthContextInterface; export declare function useNoAuth(): AuthContextInterface; export type UseAuth = () => AuthContextInterface; //# sourceMappingURL=useAuth.d.ts.map