import type { ResetPasswordMfaWebAuthnPlatformChallengeMembers, ContinueWithPasskeyOptions, ReportBrowserErrorOptions, TryAnotherMethodOptions } from '@auth0/auth0-acul-js/reset-password-mfa-webauthn-platform-challenge'; export declare const useUser: () => import("@auth0/auth0-acul-js").UserMembers, useTenant: () => import("@auth0/auth0-acul-js").TenantMembers, useBranding: () => import("@auth0/auth0-acul-js").BrandingMembers, useClient: () => import("@auth0/auth0-acul-js").ClientMembers, useOrganization: () => import("@auth0/auth0-acul-js").OrganizationMembers, usePrompt: () => import("@auth0/auth0-acul-js").PromptMembers, useScreen: () => import("@auth0/auth0-acul-js").ScreenMembersOnResetPasswordMfaWebAuthnPlatformChallenge, useTransaction: () => import("@auth0/auth0-acul-js").TransactionMembers, useUntrustedData: () => import("@auth0/auth0-acul-js").UntrustedDataMembers; export declare const continueWithPasskey: (options?: ContinueWithPasskeyOptions) => void | Promise; export declare const reportBrowserError: (options: ReportBrowserErrorOptions) => void | Promise; export declare const tryAnotherMethod: (options?: TryAnotherMethodOptions) => void | Promise; export { useCurrentScreen, useErrors, useAuth0Themes, useChangeLanguage } from '../hooks'; export declare const useResetPasswordMfaWebAuthnPlatformChallenge: () => ResetPasswordMfaWebAuthnPlatformChallengeMembers;