import type { MfaPushChallengePushMembers, WithRememberOptions, CustomOptions } from '@auth0/auth0-acul-js/mfa-push-challenge-push'; 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").ScreenMembersOnMfaPushChallengePush, useTransaction: () => import("@auth0/auth0-acul-js").TransactionMembers, useUntrustedData: () => import("@auth0/auth0-acul-js").UntrustedDataMembersOnMfaPushChallengePush; export declare const continueMethod: (payload?: WithRememberOptions) => void | Promise; export declare const resendPushNotification: (payload?: WithRememberOptions) => void | Promise; export declare const enterCodeManually: (payload?: CustomOptions) => void | Promise; export declare const tryAnotherMethod: (payload?: CustomOptions) => void | Promise; export { useMfaPolling } from '../hooks/utility/polling-manager'; export { useCurrentScreen, useErrors, useAuth0Themes, useChangeLanguage } from '../hooks'; export declare const useMfaPushChallengePush: () => MfaPushChallengePushMembers;