import { CurrentUser, User } from '@sanity/types'; import { LoadableState } from '../../util/useLoadable'; export declare function useUser(userId: string): LoadableState; export declare function useCurrentUser(): LoadableState; //# sourceMappingURL=hooks.d.ts.map