import type { AuthManager } from './AuthManager.js';
import type { AuthState } from './types.js';
export declare function useAuth(manager: AuthManager): AuthState;
//# sourceMappingURL=react.d.ts.map