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