import type { UserState } from './types'; declare const useAuth: () => UserState; export default useAuth; //# sourceMappingURL=useAuth.d.ts.map