import type { AuthImplementation } from '../AuthImplementation.js'; import type { AuthProviderState } from './AuthProviderState.js'; import type { useCurrentUser } from './useCurrentUser.js'; export declare const useReauthenticate: (authImplementation: AuthImplementation, setAuthProviderState: React.Dispatch>>, getCurrentUser: ReturnType) => () => Promise; //# sourceMappingURL=useReauthenticate.d.ts.map