import type { LoginPasswordlessSmsOtpMembers, SubmitOTPOptions, CustomOptions, SwitchConnectionOptions } from '@auth0/auth0-acul-js/login-passwordless-sms-otp'; 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").ScreenMembersOnLoginPasswordlessSmsOtp, useTransaction: () => import("@auth0/auth0-acul-js").TransactionMembersOnLoginPasswordlessSmsOtp, useUntrustedData: () => import("@auth0/auth0-acul-js").UntrustedDataMembers; export declare const submitOTP: (payload: SubmitOTPOptions) => void | Promise; export declare const resendOTP: (payload?: CustomOptions) => void | Promise; export declare const switchConnection: (payload: SwitchConnectionOptions) => void | Promise; export { useResend } from '../hooks/utility/resend-manager'; export { useCurrentScreen, useErrors, useAuth0Themes, useChangeLanguage } from '../hooks'; export declare const useLoginPasswordlessSmsOtp: () => LoginPasswordlessSmsOtpMembers;