import type { DeepPartial } from '@clerk/types';
export declare const useParsedLocalizationResource: () => DeepPartial<{
    locale: string;
    maintenanceMode: import("@clerk/types").LocalizationValue;
    roles: {
        [x: string]: string;
    };
    socialButtonsBlockButton: import("@clerk/types").LocalizationValue<"provider">;
    socialButtonsBlockButtonManyInView: import("@clerk/types").LocalizationValue<"provider", `${string}{{provider|titleize}}${string}`>;
    dividerText: import("@clerk/types").LocalizationValue;
    formFieldLabel__emailAddress: import("@clerk/types").LocalizationValue;
    formFieldLabel__emailAddresses: import("@clerk/types").LocalizationValue;
    formFieldLabel__phoneNumber: import("@clerk/types").LocalizationValue;
    formFieldLabel__username: import("@clerk/types").LocalizationValue;
    formFieldLabel__emailAddress_username: import("@clerk/types").LocalizationValue;
    formFieldLabel__password: import("@clerk/types").LocalizationValue;
    formFieldLabel__currentPassword: import("@clerk/types").LocalizationValue;
    formFieldLabel__newPassword: import("@clerk/types").LocalizationValue;
    formFieldLabel__confirmPassword: import("@clerk/types").LocalizationValue;
    formFieldLabel__signOutOfOtherSessions: import("@clerk/types").LocalizationValue;
    formFieldLabel__automaticInvitations: import("@clerk/types").LocalizationValue;
    formFieldLabel__firstName: import("@clerk/types").LocalizationValue;
    formFieldLabel__lastName: import("@clerk/types").LocalizationValue;
    formFieldLabel__backupCode: import("@clerk/types").LocalizationValue;
    formFieldLabel__organizationName: import("@clerk/types").LocalizationValue;
    formFieldLabel__organizationSlug: import("@clerk/types").LocalizationValue;
    formFieldLabel__organizationDomain: import("@clerk/types").LocalizationValue;
    formFieldLabel__organizationDomainEmailAddress: import("@clerk/types").LocalizationValue;
    formFieldLabel__organizationDomainEmailAddressDescription: import("@clerk/types").LocalizationValue;
    formFieldLabel__organizationDomainDeletePending: import("@clerk/types").LocalizationValue;
    formFieldLabel__confirmDeletion: import("@clerk/types").LocalizationValue;
    formFieldLabel__role: import("@clerk/types").LocalizationValue;
    formFieldLabel__passkeyName: import("@clerk/types").LocalizationValue;
    formFieldLabel__apiKeyName: import("@clerk/types").LocalizationValue;
    formFieldLabel__apiKeyDescription: import("@clerk/types").LocalizationValue;
    formFieldLabel__apiKeyExpiration: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__emailAddress: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__emailAddresses: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__phoneNumber: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__username: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__emailAddress_username: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__password: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__firstName: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__lastName: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__backupCode: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__organizationName: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__organizationSlug: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__organizationDomain: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__organizationDomainEmailAddress: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__confirmDeletionUserAccount: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__apiKeyName: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__apiKeyDescription: import("@clerk/types").LocalizationValue;
    formFieldInputPlaceholder__apiKeyExpirationDate: import("@clerk/types").LocalizationValue;
    formFieldError__notMatchingPasswords: import("@clerk/types").LocalizationValue;
    formFieldError__matchingPasswords: import("@clerk/types").LocalizationValue;
    formFieldError__verificationLinkExpired: import("@clerk/types").LocalizationValue;
    formFieldAction__forgotPassword: import("@clerk/types").LocalizationValue;
    formFieldHintText__optional: import("@clerk/types").LocalizationValue;
    formFieldHintText__slug: import("@clerk/types").LocalizationValue;
    formButtonPrimary: import("@clerk/types").LocalizationValue;
    formButtonPrimary__verify: import("@clerk/types").LocalizationValue;
    signInEnterPasswordTitle: import("@clerk/types").LocalizationValue;
    backButton: import("@clerk/types").LocalizationValue;
    footerActionLink__useAnotherMethod: import("@clerk/types").LocalizationValue;
    footerActionLink__alternativePhoneCodeProvider: import("@clerk/types").LocalizationValue;
    badge__primary: import("@clerk/types").LocalizationValue;
    badge__thisDevice: import("@clerk/types").LocalizationValue;
    badge__userDevice: import("@clerk/types").LocalizationValue;
    badge__otherImpersonatorDevice: import("@clerk/types").LocalizationValue;
    badge__default: import("@clerk/types").LocalizationValue;
    badge__unverified: import("@clerk/types").LocalizationValue;
    badge__requiresAction: import("@clerk/types").LocalizationValue;
    badge__you: import("@clerk/types").LocalizationValue;
    badge__currentPlan: import("@clerk/types").LocalizationValue;
    badge__upcomingPlan: import("@clerk/types").LocalizationValue;
    badge__activePlan: import("@clerk/types").LocalizationValue;
    badge__pastDuePlan: import("@clerk/types").LocalizationValue;
    badge__startsAt: import("@clerk/types").LocalizationValue<"date">;
    badge__pastDueAt: import("@clerk/types").LocalizationValue<"date">;
    badge__endsAt: import("@clerk/types").LocalizationValue;
    badge__expired: import("@clerk/types").LocalizationValue;
    badge__canceledEndsAt: import("@clerk/types").LocalizationValue<"date">;
    badge__renewsAt: import("@clerk/types").LocalizationValue<"date">;
    footerPageLink__help: import("@clerk/types").LocalizationValue;
    footerPageLink__privacy: import("@clerk/types").LocalizationValue;
    footerPageLink__terms: import("@clerk/types").LocalizationValue;
    paginationButton__previous: import("@clerk/types").LocalizationValue;
    paginationButton__next: import("@clerk/types").LocalizationValue;
    paginationRowText__displaying: import("@clerk/types").LocalizationValue;
    paginationRowText__of: import("@clerk/types").LocalizationValue;
    membershipRole__admin: import("@clerk/types").LocalizationValue;
    membershipRole__basicMember: import("@clerk/types").LocalizationValue;
    membershipRole__guestMember: import("@clerk/types").LocalizationValue;
    commerce: {
        month: import("@clerk/types").LocalizationValue;
        year: import("@clerk/types").LocalizationValue;
        free: import("@clerk/types").LocalizationValue;
        getStarted: import("@clerk/types").LocalizationValue;
        manage: import("@clerk/types").LocalizationValue;
        manageSubscription: import("@clerk/types").LocalizationValue;
        cancelSubscription: import("@clerk/types").LocalizationValue;
        keepSubscription: import("@clerk/types").LocalizationValue;
        reSubscribe: import("@clerk/types").LocalizationValue;
        subscribe: import("@clerk/types").LocalizationValue;
        switchPlan: import("@clerk/types").LocalizationValue;
        switchToMonthly: import("@clerk/types").LocalizationValue;
        switchToAnnual: import("@clerk/types").LocalizationValue;
        switchToMonthlyWithPrice: import("@clerk/types").LocalizationValue<"price" | "currency">;
        switchToAnnualWithAnnualPrice: import("@clerk/types").LocalizationValue<"price" | "currency">;
        billedAnnually: import("@clerk/types").LocalizationValue;
        billedMonthlyOnly: import("@clerk/types").LocalizationValue;
        alwaysFree: import("@clerk/types").LocalizationValue;
        accountFunds: import("@clerk/types").LocalizationValue;
        defaultFreePlanActive: import("@clerk/types").LocalizationValue;
        viewFeatures: import("@clerk/types").LocalizationValue;
        seeAllFeatures: import("@clerk/types").LocalizationValue;
        viewPayment: import("@clerk/types").LocalizationValue;
        availableFeatures: import("@clerk/types").LocalizationValue;
        subtotal: import("@clerk/types").LocalizationValue;
        credit: import("@clerk/types").LocalizationValue;
        creditRemainder: import("@clerk/types").LocalizationValue;
        totalDue: import("@clerk/types").LocalizationValue;
        totalDueToday: import("@clerk/types").LocalizationValue;
        pastDue: import("@clerk/types").LocalizationValue;
        paymentMethods: import("@clerk/types").LocalizationValue;
        addPaymentMethod: import("@clerk/types").LocalizationValue;
        pay: import("@clerk/types").LocalizationValue<"amount">;
        cancelSubscriptionTitle: import("@clerk/types").LocalizationValue<"plan">;
        cancelSubscriptionNoCharge: import("@clerk/types").LocalizationValue;
        cancelSubscriptionAccessUntil: import("@clerk/types").LocalizationValue<"plan" | "date">;
        popular: import("@clerk/types").LocalizationValue;
        subscriptionDetails: {
            title: import("@clerk/types").LocalizationValue;
            currentBillingCycle: import("@clerk/types").LocalizationValue;
            nextPaymentOn: import("@clerk/types").LocalizationValue;
            nextPaymentAmount: import("@clerk/types").LocalizationValue;
            subscribedOn: import("@clerk/types").LocalizationValue;
            endsOn: import("@clerk/types").LocalizationValue;
            renewsAt: import("@clerk/types").LocalizationValue;
            beginsOn: import("@clerk/types").LocalizationValue;
            pastDueAt: import("@clerk/types").LocalizationValue;
        };
        monthly: import("@clerk/types").LocalizationValue;
        annually: import("@clerk/types").LocalizationValue;
        cannotSubscribeMonthly: import("@clerk/types").LocalizationValue;
        cannotSubscribeUnrecoverable: import("@clerk/types").LocalizationValue;
        pricingTable: {
            billingCycle: import("@clerk/types").LocalizationValue;
            included: import("@clerk/types").LocalizationValue;
        };
        paymentSource: {
            dev: {
                testCardInfo: import("@clerk/types").LocalizationValue;
                developmentMode: import("@clerk/types").LocalizationValue;
                cardNumber: import("@clerk/types").LocalizationValue;
                expirationDate: import("@clerk/types").LocalizationValue;
                cvcZip: import("@clerk/types").LocalizationValue;
                anyNumbers: import("@clerk/types").LocalizationValue;
            };
            applePayDescription: {
                monthly: import("@clerk/types").LocalizationValue;
                annual: import("@clerk/types").LocalizationValue;
            };
        };
        checkout: {
            title: import("@clerk/types").LocalizationValue;
            title__paymentSuccessful: import("@clerk/types").LocalizationValue;
            title__subscriptionSuccessful: import("@clerk/types").LocalizationValue;
            description__paymentSuccessful: import("@clerk/types").LocalizationValue;
            description__subscriptionSuccessful: import("@clerk/types").LocalizationValue;
            lineItems: {
                title__totalPaid: import("@clerk/types").LocalizationValue;
                title__paymentMethod: import("@clerk/types").LocalizationValue;
                title__statementId: import("@clerk/types").LocalizationValue;
                title__subscriptionBegins: import("@clerk/types").LocalizationValue;
            };
            emailForm: {
                title: import("@clerk/types").LocalizationValue;
                subtitle: import("@clerk/types").LocalizationValue;
            };
            downgradeNotice: import("@clerk/types").LocalizationValue;
            pastDueNotice: import("@clerk/types").LocalizationValue;
            perMonth: import("@clerk/types").LocalizationValue;
        };
    };
    signUp: {
        start: {
            title: import("@clerk/types").LocalizationValue;
            titleCombined: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            subtitleCombined: import("@clerk/types").LocalizationValue;
            actionText: import("@clerk/types").LocalizationValue;
            actionLink: import("@clerk/types").LocalizationValue;
            actionLink__use_phone: import("@clerk/types").LocalizationValue;
            actionLink__use_email: import("@clerk/types").LocalizationValue;
            alternativePhoneCodeProvider: {
                actionLink: import("@clerk/types").LocalizationValue;
                label: import("@clerk/types").LocalizationValue<"provider">;
                subtitle: import("@clerk/types").LocalizationValue<"provider">;
                title: import("@clerk/types").LocalizationValue<"provider">;
            };
        };
        emailLink: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
            formSubtitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
            verified: {
                title: import("@clerk/types").LocalizationValue;
            };
            loading: {
                title: import("@clerk/types").LocalizationValue;
            };
            verifiedSwitchTab: {
                title: import("@clerk/types").LocalizationValue;
                subtitle: import("@clerk/types").LocalizationValue;
                subtitleNewTab: import("@clerk/types").LocalizationValue;
            };
            clientMismatch: {
                title: import("@clerk/types").LocalizationValue;
                subtitle: import("@clerk/types").LocalizationValue;
            };
        };
        emailCode: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
            formSubtitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
        };
        phoneCode: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
            formSubtitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
        };
        alternativePhoneCodeProvider: {
            formSubtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue<"provider">;
            title: import("@clerk/types").LocalizationValue<"provider">;
        };
        continue: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            actionText: import("@clerk/types").LocalizationValue;
            actionLink: import("@clerk/types").LocalizationValue;
        };
        restrictedAccess: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            subtitleWaitlist: import("@clerk/types").LocalizationValue;
            actionLink: import("@clerk/types").LocalizationValue;
            actionText: import("@clerk/types").LocalizationValue;
            blockButton__emailSupport: import("@clerk/types").LocalizationValue;
            blockButton__joinWaitlist: import("@clerk/types").LocalizationValue;
        };
        legalConsent: {
            continue: {
                title: import("@clerk/types").LocalizationValue;
                subtitle: import("@clerk/types").LocalizationValue;
            };
            checkbox: {
                label__termsOfServiceAndPrivacyPolicy: import("@clerk/types").LocalizationValue<"termsOfServiceLink" | "privacyPolicyLink">;
                label__onlyPrivacyPolicy: import("@clerk/types").LocalizationValue<"privacyPolicyLink">;
                label__onlyTermsOfService: import("@clerk/types").LocalizationValue<"termsOfServiceLink">;
            };
        };
    };
    signIn: {
        start: {
            title: import("@clerk/types").LocalizationValue;
            titleCombined: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            subtitleCombined: import("@clerk/types").LocalizationValue;
            actionText: import("@clerk/types").LocalizationValue;
            actionLink: import("@clerk/types").LocalizationValue;
            actionLink__use_email: import("@clerk/types").LocalizationValue;
            actionLink__use_phone: import("@clerk/types").LocalizationValue;
            actionLink__use_username: import("@clerk/types").LocalizationValue;
            actionLink__use_email_username: import("@clerk/types").LocalizationValue;
            actionLink__use_passkey: import("@clerk/types").LocalizationValue;
            actionText__join_waitlist: import("@clerk/types").LocalizationValue;
            actionLink__join_waitlist: import("@clerk/types").LocalizationValue;
            alternativePhoneCodeProvider: {
                actionLink: import("@clerk/types").LocalizationValue;
                label: import("@clerk/types").LocalizationValue<"provider">;
                subtitle: import("@clerk/types").LocalizationValue<"provider">;
                title: import("@clerk/types").LocalizationValue<"provider">;
            };
        };
        password: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            actionLink: import("@clerk/types").LocalizationValue;
        };
        passwordPwned: {
            title: import("@clerk/types").LocalizationValue;
        };
        passkey: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
        };
        forgotPasswordAlternativeMethods: {
            title: import("@clerk/types").LocalizationValue;
            label__alternativeMethods: import("@clerk/types").LocalizationValue;
            blockButton__resetPassword: import("@clerk/types").LocalizationValue;
        };
        forgotPassword: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            subtitle_email: import("@clerk/types").LocalizationValue;
            subtitle_phone: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
        };
        resetPassword: {
            title: import("@clerk/types").LocalizationValue;
            formButtonPrimary: import("@clerk/types").LocalizationValue;
            successMessage: import("@clerk/types").LocalizationValue;
            requiredMessage: import("@clerk/types").LocalizationValue;
        };
        resetPasswordMfa: {
            detailsLabel: import("@clerk/types").LocalizationValue;
        };
        emailCode: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
        };
        emailLink: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
            formSubtitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
            unusedTab: {
                title: import("@clerk/types").LocalizationValue;
            };
            verified: {
                title: import("@clerk/types").LocalizationValue;
                subtitle: import("@clerk/types").LocalizationValue;
            };
            verifiedSwitchTab: {
                subtitle: import("@clerk/types").LocalizationValue;
                titleNewTab: import("@clerk/types").LocalizationValue;
                subtitleNewTab: import("@clerk/types").LocalizationValue;
            };
            loading: {
                title: import("@clerk/types").LocalizationValue;
                subtitle: import("@clerk/types").LocalizationValue;
            };
            failed: {
                title: import("@clerk/types").LocalizationValue;
                subtitle: import("@clerk/types").LocalizationValue;
            };
            expired: {
                title: import("@clerk/types").LocalizationValue;
                subtitle: import("@clerk/types").LocalizationValue;
            };
            clientMismatch: {
                title: import("@clerk/types").LocalizationValue;
                subtitle: import("@clerk/types").LocalizationValue;
            };
        };
        phoneCode: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
        };
        alternativePhoneCodeProvider: {
            formTitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            title: import("@clerk/types").LocalizationValue<"provider">;
        };
        phoneCodeMfa: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
        };
        totpMfa: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
        };
        backupCodeMfa: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
        };
        alternativeMethods: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            actionLink: import("@clerk/types").LocalizationValue;
            actionText: import("@clerk/types").LocalizationValue;
            blockButton__emailLink: import("@clerk/types").LocalizationValue<"identifier">;
            blockButton__emailCode: import("@clerk/types").LocalizationValue<"identifier">;
            blockButton__phoneCode: import("@clerk/types").LocalizationValue<"identifier">;
            blockButton__password: import("@clerk/types").LocalizationValue;
            blockButton__passkey: import("@clerk/types").LocalizationValue;
            blockButton__totp: import("@clerk/types").LocalizationValue;
            blockButton__backupCode: import("@clerk/types").LocalizationValue;
            getHelp: {
                title: import("@clerk/types").LocalizationValue;
                content: import("@clerk/types").LocalizationValue;
                blockButton__emailSupport: import("@clerk/types").LocalizationValue;
            };
        };
        noAvailableMethods: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            message: import("@clerk/types").LocalizationValue;
        };
        accountSwitcher: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            action__addAccount: import("@clerk/types").LocalizationValue;
            action__signOutAll: import("@clerk/types").LocalizationValue;
        };
    };
    reverification: {
        password: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            actionLink: import("@clerk/types").LocalizationValue;
        };
        emailCode: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
        };
        phoneCode: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
        };
        phoneCodeMfa: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
        };
        totpMfa: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formTitle: import("@clerk/types").LocalizationValue;
        };
        backupCodeMfa: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
        };
        passkey: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            blockButton__passkey: import("@clerk/types").LocalizationValue;
        };
        alternativeMethods: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            actionLink: import("@clerk/types").LocalizationValue;
            actionText: import("@clerk/types").LocalizationValue;
            blockButton__emailCode: import("@clerk/types").LocalizationValue<"identifier">;
            blockButton__phoneCode: import("@clerk/types").LocalizationValue<"identifier">;
            blockButton__password: import("@clerk/types").LocalizationValue;
            blockButton__totp: import("@clerk/types").LocalizationValue;
            blockButton__passkey: import("@clerk/types").LocalizationValue;
            blockButton__backupCode: import("@clerk/types").LocalizationValue;
            getHelp: {
                title: import("@clerk/types").LocalizationValue;
                content: import("@clerk/types").LocalizationValue;
                blockButton__emailSupport: import("@clerk/types").LocalizationValue;
            };
        };
        noAvailableMethods: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            message: import("@clerk/types").LocalizationValue;
        };
    };
    userProfile: {
        mobileButton__menu: import("@clerk/types").LocalizationValue;
        formButtonPrimary__continue: import("@clerk/types").LocalizationValue;
        formButtonPrimary__save: import("@clerk/types").LocalizationValue;
        formButtonPrimary__finish: import("@clerk/types").LocalizationValue;
        formButtonPrimary__remove: import("@clerk/types").LocalizationValue;
        formButtonPrimary__add: import("@clerk/types").LocalizationValue;
        formButtonReset: import("@clerk/types").LocalizationValue;
        navbar: {
            title: import("@clerk/types").LocalizationValue;
            description: import("@clerk/types").LocalizationValue;
            account: import("@clerk/types").LocalizationValue;
            security: import("@clerk/types").LocalizationValue;
            billing: import("@clerk/types").LocalizationValue;
            apiKeys: import("@clerk/types").LocalizationValue;
        };
        start: {
            headerTitle__account: import("@clerk/types").LocalizationValue;
            headerTitle__security: import("@clerk/types").LocalizationValue;
            profileSection: {
                title: import("@clerk/types").LocalizationValue;
                primaryButton: import("@clerk/types").LocalizationValue;
            };
            usernameSection: {
                title: import("@clerk/types").LocalizationValue;
                primaryButton__updateUsername: import("@clerk/types").LocalizationValue;
                primaryButton__setUsername: import("@clerk/types").LocalizationValue;
            };
            emailAddressesSection: {
                title: import("@clerk/types").LocalizationValue;
                primaryButton: import("@clerk/types").LocalizationValue;
                detailsAction__primary: import("@clerk/types").LocalizationValue;
                detailsAction__nonPrimary: import("@clerk/types").LocalizationValue;
                detailsAction__unverified: import("@clerk/types").LocalizationValue;
                destructiveAction: import("@clerk/types").LocalizationValue;
            };
            phoneNumbersSection: {
                title: import("@clerk/types").LocalizationValue;
                primaryButton: import("@clerk/types").LocalizationValue;
                detailsAction__primary: import("@clerk/types").LocalizationValue;
                detailsAction__nonPrimary: import("@clerk/types").LocalizationValue;
                detailsAction__unverified: import("@clerk/types").LocalizationValue;
                destructiveAction: import("@clerk/types").LocalizationValue;
            };
            connectedAccountsSection: {
                title: import("@clerk/types").LocalizationValue;
                primaryButton: import("@clerk/types").LocalizationValue;
                actionLabel__connectionFailed: import("@clerk/types").LocalizationValue;
                actionLabel__reauthorize: import("@clerk/types").LocalizationValue;
                subtitle__reauthorize: import("@clerk/types").LocalizationValue;
                subtitle__disconnected: import("@clerk/types").LocalizationValue;
                destructiveActionTitle: import("@clerk/types").LocalizationValue;
            };
            enterpriseAccountsSection: {
                title: import("@clerk/types").LocalizationValue;
            };
            passwordSection: {
                title: import("@clerk/types").LocalizationValue;
                primaryButton__updatePassword: import("@clerk/types").LocalizationValue;
                primaryButton__setPassword: import("@clerk/types").LocalizationValue;
            };
            passkeysSection: {
                title: import("@clerk/types").LocalizationValue;
                primaryButton: import("@clerk/types").LocalizationValue;
                menuAction__rename: import("@clerk/types").LocalizationValue;
                menuAction__destructive: import("@clerk/types").LocalizationValue;
            };
            mfaSection: {
                title: import("@clerk/types").LocalizationValue;
                primaryButton: import("@clerk/types").LocalizationValue;
                phoneCode: {
                    destructiveActionLabel: import("@clerk/types").LocalizationValue;
                    actionLabel__setDefault: import("@clerk/types").LocalizationValue;
                };
                backupCodes: {
                    headerTitle: import("@clerk/types").LocalizationValue;
                    title__regenerate: import("@clerk/types").LocalizationValue;
                    subtitle__regenerate: import("@clerk/types").LocalizationValue;
                    actionLabel__regenerate: import("@clerk/types").LocalizationValue;
                };
                totp: {
                    headerTitle: import("@clerk/types").LocalizationValue;
                    destructiveActionTitle: import("@clerk/types").LocalizationValue;
                };
            };
            activeDevicesSection: {
                title: import("@clerk/types").LocalizationValue;
                destructiveAction: import("@clerk/types").LocalizationValue;
            };
            web3WalletsSection: {
                title: import("@clerk/types").LocalizationValue;
                primaryButton: import("@clerk/types").LocalizationValue;
                destructiveAction: import("@clerk/types").LocalizationValue;
                detailsAction__nonPrimary: import("@clerk/types").LocalizationValue;
            };
            dangerSection: {
                title: import("@clerk/types").LocalizationValue;
                deleteAccountButton: import("@clerk/types").LocalizationValue;
            };
        };
        profilePage: {
            title: import("@clerk/types").LocalizationValue;
            imageFormTitle: import("@clerk/types").LocalizationValue;
            imageFormSubtitle: import("@clerk/types").LocalizationValue;
            imageFormDestructiveActionSubtitle: import("@clerk/types").LocalizationValue;
            fileDropAreaHint: import("@clerk/types").LocalizationValue;
            readonly: import("@clerk/types").LocalizationValue;
            successMessage: import("@clerk/types").LocalizationValue;
        };
        usernamePage: {
            successMessage: import("@clerk/types").LocalizationValue;
            title__set: import("@clerk/types").LocalizationValue;
            title__update: import("@clerk/types").LocalizationValue;
        };
        emailAddressPage: {
            title: import("@clerk/types").LocalizationValue;
            verifyTitle: import("@clerk/types").LocalizationValue;
            formHint: import("@clerk/types").LocalizationValue;
            emailCode: {
                formHint: import("@clerk/types").LocalizationValue;
                formTitle: import("@clerk/types").LocalizationValue;
                formSubtitle: import("@clerk/types").LocalizationValue<"identifier">;
                resendButton: import("@clerk/types").LocalizationValue;
                successMessage: import("@clerk/types").LocalizationValue;
            };
            emailLink: {
                formHint: import("@clerk/types").LocalizationValue;
                formTitle: import("@clerk/types").LocalizationValue;
                formSubtitle: import("@clerk/types").LocalizationValue<"identifier">;
                resendButton: import("@clerk/types").LocalizationValue;
                successMessage: import("@clerk/types").LocalizationValue;
            };
            enterpriseSSOLink: {
                formSubtitle: import("@clerk/types").LocalizationValue<"identifier">;
                formButton: import("@clerk/types").LocalizationValue;
            };
            removeResource: {
                title: import("@clerk/types").LocalizationValue;
                messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
                messageLine2: import("@clerk/types").LocalizationValue;
                successMessage: import("@clerk/types").LocalizationValue<"emailAddress">;
            };
        };
        apiKeysPage: {
            title: import("@clerk/types").LocalizationValue;
            detailsTitle__emptyRow: import("@clerk/types").LocalizationValue;
        };
        passkeyScreen: {
            title__rename: import("@clerk/types").LocalizationValue;
            subtitle__rename: import("@clerk/types").LocalizationValue;
            removeResource: {
                title: import("@clerk/types").LocalizationValue;
                messageLine1: import("@clerk/types").LocalizationValue<"name">;
            };
        };
        phoneNumberPage: {
            title: import("@clerk/types").LocalizationValue;
            verifyTitle: import("@clerk/types").LocalizationValue;
            verifySubtitle: import("@clerk/types").LocalizationValue<"identifier">;
            successMessage: import("@clerk/types").LocalizationValue;
            infoText: import("@clerk/types").LocalizationValue;
            removeResource: {
                title: import("@clerk/types").LocalizationValue;
                messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
                messageLine2: import("@clerk/types").LocalizationValue;
                successMessage: import("@clerk/types").LocalizationValue<"phoneNumber">;
            };
        };
        connectedAccountPage: {
            title: import("@clerk/types").LocalizationValue;
            formHint: import("@clerk/types").LocalizationValue;
            formHint__noAccounts: import("@clerk/types").LocalizationValue;
            socialButtonsBlockButton: import("@clerk/types").LocalizationValue<"provider">;
            successMessage: import("@clerk/types").LocalizationValue;
            removeResource: {
                title: import("@clerk/types").LocalizationValue;
                messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
                messageLine2: import("@clerk/types").LocalizationValue;
                successMessage: import("@clerk/types").LocalizationValue<"connectedAccount">;
            };
        };
        web3WalletPage: {
            title: import("@clerk/types").LocalizationValue;
            subtitle__availableWallets: import("@clerk/types").LocalizationValue;
            subtitle__unavailableWallets: import("@clerk/types").LocalizationValue;
            web3WalletButtonsBlockButton: import("@clerk/types").LocalizationValue<"provider">;
            successMessage: import("@clerk/types").LocalizationValue<"web3Wallet">;
            removeResource: {
                title: import("@clerk/types").LocalizationValue;
                messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
                messageLine2: import("@clerk/types").LocalizationValue;
                successMessage: import("@clerk/types").LocalizationValue<"web3Wallet">;
            };
        };
        passwordPage: {
            successMessage__set: import("@clerk/types").LocalizationValue;
            successMessage__update: import("@clerk/types").LocalizationValue;
            successMessage__signOutOfOtherSessions: import("@clerk/types").LocalizationValue;
            checkboxInfoText__signOutOfOtherSessions: import("@clerk/types").LocalizationValue;
            readonly: import("@clerk/types").LocalizationValue;
            title__set: import("@clerk/types").LocalizationValue;
            title__update: import("@clerk/types").LocalizationValue;
        };
        mfaPage: {
            title: import("@clerk/types").LocalizationValue;
            formHint: import("@clerk/types").LocalizationValue;
        };
        mfaTOTPPage: {
            title: import("@clerk/types").LocalizationValue;
            verifyTitle: import("@clerk/types").LocalizationValue;
            verifySubtitle: import("@clerk/types").LocalizationValue;
            successMessage: import("@clerk/types").LocalizationValue;
            authenticatorApp: {
                infoText__ableToScan: import("@clerk/types").LocalizationValue;
                infoText__unableToScan: import("@clerk/types").LocalizationValue;
                inputLabel__unableToScan1: import("@clerk/types").LocalizationValue;
                inputLabel__unableToScan2: import("@clerk/types").LocalizationValue;
                buttonAbleToScan__nonPrimary: import("@clerk/types").LocalizationValue;
                buttonUnableToScan__nonPrimary: import("@clerk/types").LocalizationValue;
            };
            removeResource: {
                title: import("@clerk/types").LocalizationValue;
                messageLine1: import("@clerk/types").LocalizationValue;
                messageLine2: import("@clerk/types").LocalizationValue;
                successMessage: import("@clerk/types").LocalizationValue;
            };
        };
        mfaPhoneCodePage: {
            title: import("@clerk/types").LocalizationValue;
            primaryButton__addPhoneNumber: import("@clerk/types").LocalizationValue;
            backButton: import("@clerk/types").LocalizationValue;
            subtitle__availablePhoneNumbers: import("@clerk/types").LocalizationValue;
            subtitle__unavailablePhoneNumbers: import("@clerk/types").LocalizationValue;
            successTitle: import("@clerk/types").LocalizationValue;
            successMessage1: import("@clerk/types").LocalizationValue;
            successMessage2: import("@clerk/types").LocalizationValue;
            removeResource: {
                title: import("@clerk/types").LocalizationValue;
                messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
                messageLine2: import("@clerk/types").LocalizationValue;
                successMessage: import("@clerk/types").LocalizationValue<"mfaPhoneCode">;
            };
        };
        backupCodePage: {
            title: import("@clerk/types").LocalizationValue;
            title__codelist: import("@clerk/types").LocalizationValue;
            subtitle__codelist: import("@clerk/types").LocalizationValue;
            infoText1: import("@clerk/types").LocalizationValue;
            infoText2: import("@clerk/types").LocalizationValue;
            successSubtitle: import("@clerk/types").LocalizationValue;
            successMessage: import("@clerk/types").LocalizationValue;
            actionLabel__copy: import("@clerk/types").LocalizationValue;
            actionLabel__copied: import("@clerk/types").LocalizationValue;
            actionLabel__download: import("@clerk/types").LocalizationValue;
            actionLabel__print: import("@clerk/types").LocalizationValue;
        };
        deletePage: {
            title: import("@clerk/types").LocalizationValue;
            messageLine1: import("@clerk/types").LocalizationValue;
            messageLine2: import("@clerk/types").LocalizationValue;
            actionDescription: import("@clerk/types").LocalizationValue;
            confirm: import("@clerk/types").LocalizationValue;
        };
        billingPage: {
            title: import("@clerk/types").LocalizationValue;
            start: {
                headerTitle__payments: import("@clerk/types").LocalizationValue;
                headerTitle__plans: import("@clerk/types").LocalizationValue;
                headerTitle__subscriptions: import("@clerk/types").LocalizationValue;
                headerTitle__statements: import("@clerk/types").LocalizationValue;
            };
            statementsSection: {
                empty: import("@clerk/types").LocalizationValue;
                itemCaption__paidForPlan: import("@clerk/types").LocalizationValue;
                itemCaption__proratedCredit: import("@clerk/types").LocalizationValue;
                itemCaption__subscribedAndPaidForPlan: import("@clerk/types").LocalizationValue;
                notFound: import("@clerk/types").LocalizationValue;
                tableHeader__date: import("@clerk/types").LocalizationValue;
                tableHeader__amount: import("@clerk/types").LocalizationValue;
                title: import("@clerk/types").LocalizationValue;
                totalPaid: import("@clerk/types").LocalizationValue;
            };
            switchPlansSection: {
                title: import("@clerk/types").LocalizationValue;
            };
            subscriptionsListSection: {
                tableHeader__plan: import("@clerk/types").LocalizationValue;
                tableHeader__startDate: import("@clerk/types").LocalizationValue;
                tableHeader__edit: import("@clerk/types").LocalizationValue;
                title: import("@clerk/types").LocalizationValue;
                actionLabel__newSubscription: import("@clerk/types").LocalizationValue;
                actionLabel__switchPlan: import("@clerk/types").LocalizationValue;
            };
            paymentHistorySection: {
                empty: import("@clerk/types").LocalizationValue;
                notFound: import("@clerk/types").LocalizationValue;
                tableHeader__date: import("@clerk/types").LocalizationValue;
                tableHeader__amount: import("@clerk/types").LocalizationValue;
                tableHeader__status: import("@clerk/types").LocalizationValue;
            };
            paymentSourcesSection: {
                title: import("@clerk/types").LocalizationValue;
                add: import("@clerk/types").LocalizationValue;
                addSubtitle: import("@clerk/types").LocalizationValue;
                cancelButton: import("@clerk/types").LocalizationValue;
                actionLabel__default: import("@clerk/types").LocalizationValue;
                actionLabel__remove: import("@clerk/types").LocalizationValue;
                formButtonPrimary__add: import("@clerk/types").LocalizationValue;
                formButtonPrimary__pay: import("@clerk/types").LocalizationValue;
                removeResource: {
                    title: import("@clerk/types").LocalizationValue;
                    messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
                    messageLine2: import("@clerk/types").LocalizationValue;
                    successMessage: import("@clerk/types").LocalizationValue<"paymentSource">;
                };
                payWithTestCardButton: import("@clerk/types").LocalizationValue;
            };
            subscriptionsSection: {
                actionLabel__default: import("@clerk/types").LocalizationValue;
            };
        };
        plansPage: {
            title: import("@clerk/types").LocalizationValue;
            alerts: {
                noPermissionsToManageBilling: import("@clerk/types").LocalizationValue;
            };
        };
    };
    userButton: {
        action__manageAccount: import("@clerk/types").LocalizationValue;
        action__signOut: import("@clerk/types").LocalizationValue;
        action__signOutAll: import("@clerk/types").LocalizationValue;
        action__addAccount: import("@clerk/types").LocalizationValue;
    };
    organizationSwitcher: {
        personalWorkspace: import("@clerk/types").LocalizationValue;
        notSelected: import("@clerk/types").LocalizationValue;
        action__createOrganization: import("@clerk/types").LocalizationValue;
        action__manageOrganization: import("@clerk/types").LocalizationValue;
        action__invitationAccept: import("@clerk/types").LocalizationValue;
        action__suggestionsAccept: import("@clerk/types").LocalizationValue;
        suggestionsAcceptedLabel: import("@clerk/types").LocalizationValue;
    };
    impersonationFab: {
        title: import("@clerk/types").LocalizationValue<"identifier">;
        action__signOut: import("@clerk/types").LocalizationValue;
    };
    organizationProfile: {
        navbar: {
            title: import("@clerk/types").LocalizationValue;
            description: import("@clerk/types").LocalizationValue;
            general: import("@clerk/types").LocalizationValue;
            members: import("@clerk/types").LocalizationValue;
            billing: import("@clerk/types").LocalizationValue;
            apiKeys: import("@clerk/types").LocalizationValue;
        };
        badge__unverified: import("@clerk/types").LocalizationValue;
        badge__automaticInvitation: import("@clerk/types").LocalizationValue;
        badge__automaticSuggestion: import("@clerk/types").LocalizationValue;
        badge__manualInvitation: import("@clerk/types").LocalizationValue;
        start: {
            headerTitle__members: import("@clerk/types").LocalizationValue;
            headerTitle__general: import("@clerk/types").LocalizationValue;
            profileSection: {
                title: import("@clerk/types").LocalizationValue;
                primaryButton: import("@clerk/types").LocalizationValue;
                uploadAction__title: import("@clerk/types").LocalizationValue;
            };
        };
        profilePage: {
            title: import("@clerk/types").LocalizationValue;
            successMessage: import("@clerk/types").LocalizationValue;
            dangerSection: {
                title: import("@clerk/types").LocalizationValue;
                leaveOrganization: {
                    title: import("@clerk/types").LocalizationValue;
                    messageLine1: import("@clerk/types").LocalizationValue;
                    messageLine2: import("@clerk/types").LocalizationValue;
                    successMessage: import("@clerk/types").LocalizationValue;
                    actionDescription: import("@clerk/types").LocalizationValue<"organizationName">;
                };
                deleteOrganization: {
                    title: import("@clerk/types").LocalizationValue;
                    messageLine1: import("@clerk/types").LocalizationValue;
                    messageLine2: import("@clerk/types").LocalizationValue;
                    actionDescription: import("@clerk/types").LocalizationValue<"organizationName">;
                    successMessage: import("@clerk/types").LocalizationValue;
                };
            };
            domainSection: {
                title: import("@clerk/types").LocalizationValue;
                subtitle: import("@clerk/types").LocalizationValue;
                primaryButton: import("@clerk/types").LocalizationValue;
                menuAction__verify: import("@clerk/types").LocalizationValue;
                menuAction__remove: import("@clerk/types").LocalizationValue;
                menuAction__manage: import("@clerk/types").LocalizationValue;
            };
        };
        createDomainPage: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
        };
        verifyDomainPage: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue<"domainName">;
            subtitleVerificationCodeScreen: import("@clerk/types").LocalizationValue<"emailAddress">;
            formTitle: import("@clerk/types").LocalizationValue;
            formSubtitle: import("@clerk/types").LocalizationValue;
            resendButton: import("@clerk/types").LocalizationValue;
        };
        verifiedDomainPage: {
            title: import("@clerk/types").LocalizationValue<"domain">;
            subtitle: import("@clerk/types").LocalizationValue<"domain">;
            start: {
                headerTitle__enrollment: import("@clerk/types").LocalizationValue;
                headerTitle__danger: import("@clerk/types").LocalizationValue;
            };
            enrollmentTab: {
                subtitle: import("@clerk/types").LocalizationValue;
                manualInvitationOption__label: import("@clerk/types").LocalizationValue;
                manualInvitationOption__description: import("@clerk/types").LocalizationValue;
                automaticInvitationOption__label: import("@clerk/types").LocalizationValue;
                automaticInvitationOption__description: import("@clerk/types").LocalizationValue;
                automaticSuggestionOption__label: import("@clerk/types").LocalizationValue;
                automaticSuggestionOption__description: import("@clerk/types").LocalizationValue;
                calloutInfoLabel: import("@clerk/types").LocalizationValue;
                calloutInvitationCountLabel: import("@clerk/types").LocalizationValue<"count">;
                calloutSuggestionCountLabel: import("@clerk/types").LocalizationValue<"count">;
            };
            dangerTab: {
                removeDomainTitle: import("@clerk/types").LocalizationValue;
                removeDomainSubtitle: import("@clerk/types").LocalizationValue;
                removeDomainActionLabel__remove: import("@clerk/types").LocalizationValue;
                calloutInfoLabel: import("@clerk/types").LocalizationValue;
            };
        };
        invitePage: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            successMessage: import("@clerk/types").LocalizationValue;
            detailsTitle__inviteFailed: import("@clerk/types").LocalizationValue<"email_addresses">;
            formButtonPrimary__continue: import("@clerk/types").LocalizationValue;
            selectDropdown__role: import("@clerk/types").LocalizationValue;
        };
        removeDomainPage: {
            title: import("@clerk/types").LocalizationValue;
            messageLine1: import("@clerk/types").LocalizationValue<"domain">;
            messageLine2: import("@clerk/types").LocalizationValue;
            successMessage: import("@clerk/types").LocalizationValue;
        };
        membersPage: {
            detailsTitle__emptyRow: import("@clerk/types").LocalizationValue;
            action__invite: import("@clerk/types").LocalizationValue;
            action__search: import("@clerk/types").LocalizationValue;
            start: {
                headerTitle__members: import("@clerk/types").LocalizationValue;
                headerTitle__invitations: import("@clerk/types").LocalizationValue;
                headerTitle__requests: import("@clerk/types").LocalizationValue;
            };
            activeMembersTab: {
                tableHeader__user: import("@clerk/types").LocalizationValue;
                tableHeader__joined: import("@clerk/types").LocalizationValue;
                tableHeader__role: import("@clerk/types").LocalizationValue;
                tableHeader__actions: import("@clerk/types").LocalizationValue;
                menuAction__remove: import("@clerk/types").LocalizationValue;
            };
            invitedMembersTab: {
                tableHeader__invited: import("@clerk/types").LocalizationValue;
                menuAction__revoke: import("@clerk/types").LocalizationValue;
            };
            invitationsTab: {
                table__emptyRow: import("@clerk/types").LocalizationValue;
                autoInvitations: {
                    headerTitle: import("@clerk/types").LocalizationValue;
                    headerSubtitle: import("@clerk/types").LocalizationValue;
                    primaryButton: import("@clerk/types").LocalizationValue;
                };
            };
            requestsTab: {
                tableHeader__requested: import("@clerk/types").LocalizationValue;
                menuAction__approve: import("@clerk/types").LocalizationValue;
                menuAction__reject: import("@clerk/types").LocalizationValue;
                table__emptyRow: import("@clerk/types").LocalizationValue;
                autoSuggestions: {
                    headerTitle: import("@clerk/types").LocalizationValue;
                    headerSubtitle: import("@clerk/types").LocalizationValue;
                    primaryButton: import("@clerk/types").LocalizationValue;
                };
            };
        };
        billingPage: {
            title: import("@clerk/types").LocalizationValue;
            start: {
                headerTitle__payments: import("@clerk/types").LocalizationValue;
                headerTitle__plans: import("@clerk/types").LocalizationValue;
                headerTitle__subscriptions: import("@clerk/types").LocalizationValue;
                headerTitle__statements: import("@clerk/types").LocalizationValue;
            };
            statementsSection: {
                empty: import("@clerk/types").LocalizationValue;
                itemCaption__paidForPlan: import("@clerk/types").LocalizationValue<"plan" | "period">;
                itemCaption__proratedCredit: import("@clerk/types").LocalizationValue;
                itemCaption__subscribedAndPaidForPlan: import("@clerk/types").LocalizationValue<"plan" | "period">;
                notFound: import("@clerk/types").LocalizationValue;
                tableHeader__date: import("@clerk/types").LocalizationValue;
                tableHeader__amount: import("@clerk/types").LocalizationValue;
                title: import("@clerk/types").LocalizationValue;
                totalPaid: import("@clerk/types").LocalizationValue;
            };
            switchPlansSection: {
                title: import("@clerk/types").LocalizationValue;
            };
            subscriptionsListSection: {
                tableHeader__plan: import("@clerk/types").LocalizationValue;
                tableHeader__startDate: import("@clerk/types").LocalizationValue;
                tableHeader__edit: import("@clerk/types").LocalizationValue;
                title: import("@clerk/types").LocalizationValue;
                actionLabel__newSubscription: import("@clerk/types").LocalizationValue;
                actionLabel__switchPlan: import("@clerk/types").LocalizationValue;
            };
            paymentHistorySection: {
                empty: import("@clerk/types").LocalizationValue;
                notFound: import("@clerk/types").LocalizationValue;
                tableHeader__date: import("@clerk/types").LocalizationValue;
                tableHeader__amount: import("@clerk/types").LocalizationValue;
                tableHeader__status: import("@clerk/types").LocalizationValue;
            };
            paymentSourcesSection: {
                title: import("@clerk/types").LocalizationValue;
                add: import("@clerk/types").LocalizationValue;
                addSubtitle: import("@clerk/types").LocalizationValue;
                cancelButton: import("@clerk/types").LocalizationValue;
                actionLabel__default: import("@clerk/types").LocalizationValue;
                actionLabel__remove: import("@clerk/types").LocalizationValue;
                formButtonPrimary__add: import("@clerk/types").LocalizationValue;
                formButtonPrimary__pay: import("@clerk/types").LocalizationValue;
                removeResource: {
                    title: import("@clerk/types").LocalizationValue;
                    messageLine1: import("@clerk/types").LocalizationValue<"identifier">;
                    messageLine2: import("@clerk/types").LocalizationValue;
                    successMessage: import("@clerk/types").LocalizationValue<"paymentSource">;
                };
                payWithTestCardButton: import("@clerk/types").LocalizationValue;
            };
            subscriptionsSection: {
                actionLabel__default: import("@clerk/types").LocalizationValue;
            };
        };
        plansPage: {
            title: import("@clerk/types").LocalizationValue;
            alerts: {
                noPermissionsToManageBilling: import("@clerk/types").LocalizationValue;
            };
        };
        apiKeysPage: {
            title: import("@clerk/types").LocalizationValue;
            detailsTitle__emptyRow: import("@clerk/types").LocalizationValue;
        };
    };
    createOrganization: {
        title: import("@clerk/types").LocalizationValue;
        formButtonSubmit: import("@clerk/types").LocalizationValue;
        invitePage: {
            formButtonReset: import("@clerk/types").LocalizationValue;
        };
    };
    organizationList: {
        createOrganization: import("@clerk/types").LocalizationValue;
        title: import("@clerk/types").LocalizationValue<"applicationName">;
        titleWithoutPersonal: import("@clerk/types").LocalizationValue;
        subtitle: import("@clerk/types").LocalizationValue<"applicationName">;
        action__invitationAccept: import("@clerk/types").LocalizationValue;
        invitationAcceptedLabel: import("@clerk/types").LocalizationValue;
        action__suggestionsAccept: import("@clerk/types").LocalizationValue;
        suggestionsAcceptedLabel: import("@clerk/types").LocalizationValue;
        action__createOrganization: import("@clerk/types").LocalizationValue;
    };
    unstable__errors: {
        external_account_not_found: import("@clerk/types").LocalizationValue;
        identification_deletion_failed: import("@clerk/types").LocalizationValue;
        phone_number_exists: import("@clerk/types").LocalizationValue;
        form_identifier_not_found: import("@clerk/types").LocalizationValue;
        captcha_unavailable: import("@clerk/types").LocalizationValue;
        captcha_invalid: import("@clerk/types").LocalizationValue;
        passkey_not_supported: import("@clerk/types").LocalizationValue;
        passkey_pa_not_supported: import("@clerk/types").LocalizationValue;
        passkey_retrieval_cancelled: import("@clerk/types").LocalizationValue;
        passkey_registration_cancelled: import("@clerk/types").LocalizationValue;
        passkey_already_exists: import("@clerk/types").LocalizationValue;
        web3_missing_identifier: import("@clerk/types").LocalizationValue;
        form_password_pwned: import("@clerk/types").LocalizationValue;
        form_password_pwned__sign_in: import("@clerk/types").LocalizationValue;
        form_username_invalid_length: import("@clerk/types").LocalizationValue<"min_length" | "max_length">;
        form_username_invalid_character: import("@clerk/types").LocalizationValue;
        form_param_format_invalid: import("@clerk/types").LocalizationValue;
        form_param_format_invalid__email_address: import("@clerk/types").LocalizationValue;
        form_password_length_too_short: import("@clerk/types").LocalizationValue;
        form_param_nil: import("@clerk/types").LocalizationValue;
        form_code_incorrect: import("@clerk/types").LocalizationValue;
        form_password_incorrect: import("@clerk/types").LocalizationValue;
        form_password_validation_failed: import("@clerk/types").LocalizationValue;
        not_allowed_access: import("@clerk/types").LocalizationValue;
        form_identifier_exists: import("@clerk/types").LocalizationValue;
        form_identifier_exists__email_address: import("@clerk/types").LocalizationValue;
        form_identifier_exists__username: import("@clerk/types").LocalizationValue;
        form_identifier_exists__phone_number: import("@clerk/types").LocalizationValue;
        form_password_not_strong_enough: import("@clerk/types").LocalizationValue;
        form_password_size_in_bytes_exceeded: import("@clerk/types").LocalizationValue;
        form_param_value_invalid: import("@clerk/types").LocalizationValue;
        passwordComplexity: {
            sentencePrefix: import("@clerk/types").LocalizationValue;
            minimumLength: import("@clerk/types").LocalizationValue;
            maximumLength: import("@clerk/types").LocalizationValue;
            requireNumbers: import("@clerk/types").LocalizationValue;
            requireLowercase: import("@clerk/types").LocalizationValue;
            requireUppercase: import("@clerk/types").LocalizationValue;
            requireSpecialCharacter: import("@clerk/types").LocalizationValue;
        };
        session_exists: import("@clerk/types").LocalizationValue;
        zxcvbn: {
            notEnough: import("@clerk/types").LocalizationValue;
            couldBeStronger: import("@clerk/types").LocalizationValue;
            goodPassword: import("@clerk/types").LocalizationValue;
            warnings: {
                straightRow: import("@clerk/types").LocalizationValue;
                keyPattern: import("@clerk/types").LocalizationValue;
                simpleRepeat: import("@clerk/types").LocalizationValue;
                extendedRepeat: import("@clerk/types").LocalizationValue;
                sequences: import("@clerk/types").LocalizationValue;
                recentYears: import("@clerk/types").LocalizationValue;
                dates: import("@clerk/types").LocalizationValue;
                topTen: import("@clerk/types").LocalizationValue;
                topHundred: import("@clerk/types").LocalizationValue;
                common: import("@clerk/types").LocalizationValue;
                similarToCommon: import("@clerk/types").LocalizationValue;
                wordByItself: import("@clerk/types").LocalizationValue;
                namesByThemselves: import("@clerk/types").LocalizationValue;
                commonNames: import("@clerk/types").LocalizationValue;
                userInputs: import("@clerk/types").LocalizationValue;
                pwned: import("@clerk/types").LocalizationValue;
            };
            suggestions: {
                l33t: import("@clerk/types").LocalizationValue;
                reverseWords: import("@clerk/types").LocalizationValue;
                allUppercase: import("@clerk/types").LocalizationValue;
                capitalization: import("@clerk/types").LocalizationValue;
                dates: import("@clerk/types").LocalizationValue;
                recentYears: import("@clerk/types").LocalizationValue;
                associatedYears: import("@clerk/types").LocalizationValue;
                sequences: import("@clerk/types").LocalizationValue;
                repeated: import("@clerk/types").LocalizationValue;
                longerKeyboardPattern: import("@clerk/types").LocalizationValue;
                anotherWord: import("@clerk/types").LocalizationValue;
                useWords: import("@clerk/types").LocalizationValue;
                noNeed: import("@clerk/types").LocalizationValue;
                pwned: import("@clerk/types").LocalizationValue;
            };
        };
        form_param_max_length_exceeded: import("@clerk/types").LocalizationValue;
        organization_minimum_permissions_needed: import("@clerk/types").LocalizationValue;
        already_a_member_in_organization: import("@clerk/types").LocalizationValue<"email">;
        organization_domain_common: import("@clerk/types").LocalizationValue;
        organization_domain_blocked: import("@clerk/types").LocalizationValue;
        organization_domain_exists_for_enterprise_connection: import("@clerk/types").LocalizationValue;
        organization_membership_quota_exceeded: import("@clerk/types").LocalizationValue;
        form_identifier_not_found__name?: string | undefined;
        form_password_incorrect__name?: string | undefined;
        form_password_pwned__name?: string | undefined;
        not_allowed_access__name?: string | undefined;
        external_account_not_found__name?: string | undefined;
        captcha_invalid__name?: string | undefined;
        captcha_unavailable__name?: string | undefined;
        passkey_not_supported__name?: string | undefined;
        passkey_pa_not_supported__name?: string | undefined;
        passkey_already_exists__name?: string | undefined;
        passkey_retrieval_cancelled__name?: string | undefined;
        passkey_registration_cancelled__name?: string | undefined;
        zxcvbn__name?: string | undefined;
        identification_deletion_failed__name?: string | undefined;
        phone_number_exists__name?: string | undefined;
        web3_missing_identifier__name?: string | undefined;
        form_password_pwned__sign_in__name?: string | undefined;
        form_username_invalid_length__name?: string | undefined;
        form_username_invalid_character__name?: string | undefined;
        form_param_format_invalid__name?: string | undefined;
        form_param_format_invalid__email_address__name?: string | undefined;
        form_password_length_too_short__name?: string | undefined;
        form_param_nil__name?: string | undefined;
        form_code_incorrect__name?: string | undefined;
        form_password_validation_failed__name?: string | undefined;
        form_identifier_exists__name?: string | undefined;
        form_identifier_exists__email_address__name?: string | undefined;
        form_identifier_exists__username__name?: string | undefined;
        form_identifier_exists__phone_number__name?: string | undefined;
        form_password_not_strong_enough__name?: string | undefined;
        form_password_size_in_bytes_exceeded__name?: string | undefined;
        form_param_value_invalid__name?: string | undefined;
        passwordComplexity__name?: string | undefined;
        session_exists__name?: string | undefined;
        form_param_max_length_exceeded__name?: string | undefined;
        organization_minimum_permissions_needed__name?: string | undefined;
        already_a_member_in_organization__name?: string | undefined;
        organization_domain_common__name?: string | undefined;
        organization_domain_blocked__name?: string | undefined;
        organization_domain_exists_for_enterprise_connection__name?: string | undefined;
        organization_membership_quota_exceeded__name?: string | undefined;
        form_identifier_not_found__slug?: string | undefined;
        form_password_incorrect__slug?: string | undefined;
        form_password_pwned__slug?: string | undefined;
        not_allowed_access__slug?: string | undefined;
        external_account_not_found__slug?: string | undefined;
        captcha_invalid__slug?: string | undefined;
        captcha_unavailable__slug?: string | undefined;
        passkey_not_supported__slug?: string | undefined;
        passkey_pa_not_supported__slug?: string | undefined;
        passkey_already_exists__slug?: string | undefined;
        passkey_retrieval_cancelled__slug?: string | undefined;
        passkey_registration_cancelled__slug?: string | undefined;
        zxcvbn__slug?: string | undefined;
        identification_deletion_failed__slug?: string | undefined;
        phone_number_exists__slug?: string | undefined;
        web3_missing_identifier__slug?: string | undefined;
        form_password_pwned__sign_in__slug?: string | undefined;
        form_username_invalid_length__slug?: string | undefined;
        form_username_invalid_character__slug?: string | undefined;
        form_param_format_invalid__slug?: string | undefined;
        form_param_format_invalid__email_address__slug?: string | undefined;
        form_password_length_too_short__slug?: string | undefined;
        form_param_nil__slug?: string | undefined;
        form_code_incorrect__slug?: string | undefined;
        form_password_validation_failed__slug?: string | undefined;
        form_identifier_exists__slug?: string | undefined;
        form_identifier_exists__email_address__slug?: string | undefined;
        form_identifier_exists__username__slug?: string | undefined;
        form_identifier_exists__phone_number__slug?: string | undefined;
        form_password_not_strong_enough__slug?: string | undefined;
        form_password_size_in_bytes_exceeded__slug?: string | undefined;
        form_param_value_invalid__slug?: string | undefined;
        passwordComplexity__slug?: string | undefined;
        session_exists__slug?: string | undefined;
        form_param_max_length_exceeded__slug?: string | undefined;
        organization_minimum_permissions_needed__slug?: string | undefined;
        already_a_member_in_organization__slug?: string | undefined;
        organization_domain_common__slug?: string | undefined;
        organization_domain_blocked__slug?: string | undefined;
        organization_domain_exists_for_enterprise_connection__slug?: string | undefined;
        organization_membership_quota_exceeded__slug?: string | undefined;
        form_identifier_not_found__password?: string | undefined;
        form_password_incorrect__password?: string | undefined;
        form_password_pwned__password?: string | undefined;
        not_allowed_access__password?: string | undefined;
        external_account_not_found__password?: string | undefined;
        captcha_invalid__password?: string | undefined;
        captcha_unavailable__password?: string | undefined;
        passkey_not_supported__password?: string | undefined;
        passkey_pa_not_supported__password?: string | undefined;
        passkey_already_exists__password?: string | undefined;
        passkey_retrieval_cancelled__password?: string | undefined;
        passkey_registration_cancelled__password?: string | undefined;
        zxcvbn__password?: string | undefined;
        identification_deletion_failed__password?: string | undefined;
        phone_number_exists__password?: string | undefined;
        web3_missing_identifier__password?: string | undefined;
        form_password_pwned__sign_in__password?: string | undefined;
        form_username_invalid_length__password?: string | undefined;
        form_username_invalid_character__password?: string | undefined;
        form_param_format_invalid__password?: string | undefined;
        form_param_format_invalid__email_address__password?: string | undefined;
        form_password_length_too_short__password?: string | undefined;
        form_param_nil__password?: string | undefined;
        form_code_incorrect__password?: string | undefined;
        form_password_validation_failed__password?: string | undefined;
        form_identifier_exists__password?: string | undefined;
        form_identifier_exists__email_address__password?: string | undefined;
        form_identifier_exists__username__password?: string | undefined;
        form_identifier_exists__phone_number__password?: string | undefined;
        form_password_not_strong_enough__password?: string | undefined;
        form_password_size_in_bytes_exceeded__password?: string | undefined;
        form_param_value_invalid__password?: string | undefined;
        passwordComplexity__password?: string | undefined;
        session_exists__password?: string | undefined;
        form_param_max_length_exceeded__password?: string | undefined;
        organization_minimum_permissions_needed__password?: string | undefined;
        already_a_member_in_organization__password?: string | undefined;
        organization_domain_common__password?: string | undefined;
        organization_domain_blocked__password?: string | undefined;
        organization_domain_exists_for_enterprise_connection__password?: string | undefined;
        organization_membership_quota_exceeded__password?: string | undefined;
        form_identifier_not_found__identifier?: string | undefined;
        form_password_incorrect__identifier?: string | undefined;
        form_password_pwned__identifier?: string | undefined;
        not_allowed_access__identifier?: string | undefined;
        external_account_not_found__identifier?: string | undefined;
        captcha_invalid__identifier?: string | undefined;
        captcha_unavailable__identifier?: string | undefined;
        passkey_not_supported__identifier?: string | undefined;
        passkey_pa_not_supported__identifier?: string | undefined;
        passkey_already_exists__identifier?: string | undefined;
        passkey_retrieval_cancelled__identifier?: string | undefined;
        passkey_registration_cancelled__identifier?: string | undefined;
        zxcvbn__identifier?: string | undefined;
        identification_deletion_failed__identifier?: string | undefined;
        phone_number_exists__identifier?: string | undefined;
        web3_missing_identifier__identifier?: string | undefined;
        form_password_pwned__sign_in__identifier?: string | undefined;
        form_username_invalid_length__identifier?: string | undefined;
        form_username_invalid_character__identifier?: string | undefined;
        form_param_format_invalid__identifier?: string | undefined;
        form_param_format_invalid__email_address__identifier?: string | undefined;
        form_password_length_too_short__identifier?: string | undefined;
        form_param_nil__identifier?: string | undefined;
        form_code_incorrect__identifier?: string | undefined;
        form_password_validation_failed__identifier?: string | undefined;
        form_identifier_exists__identifier?: string | undefined;
        form_identifier_exists__email_address__identifier?: string | undefined;
        form_identifier_exists__username__identifier?: string | undefined;
        form_identifier_exists__phone_number__identifier?: string | undefined;
        form_password_not_strong_enough__identifier?: string | undefined;
        form_password_size_in_bytes_exceeded__identifier?: string | undefined;
        form_param_value_invalid__identifier?: string | undefined;
        passwordComplexity__identifier?: string | undefined;
        session_exists__identifier?: string | undefined;
        form_param_max_length_exceeded__identifier?: string | undefined;
        organization_minimum_permissions_needed__identifier?: string | undefined;
        already_a_member_in_organization__identifier?: string | undefined;
        organization_domain_common__identifier?: string | undefined;
        organization_domain_blocked__identifier?: string | undefined;
        organization_domain_exists_for_enterprise_connection__identifier?: string | undefined;
        organization_membership_quota_exceeded__identifier?: string | undefined;
        form_identifier_not_found__username?: string | undefined;
        form_password_incorrect__username?: string | undefined;
        form_password_pwned__username?: string | undefined;
        not_allowed_access__username?: string | undefined;
        external_account_not_found__username?: string | undefined;
        captcha_invalid__username?: string | undefined;
        captcha_unavailable__username?: string | undefined;
        passkey_not_supported__username?: string | undefined;
        passkey_pa_not_supported__username?: string | undefined;
        passkey_already_exists__username?: string | undefined;
        passkey_retrieval_cancelled__username?: string | undefined;
        passkey_registration_cancelled__username?: string | undefined;
        zxcvbn__username?: string | undefined;
        identification_deletion_failed__username?: string | undefined;
        phone_number_exists__username?: string | undefined;
        web3_missing_identifier__username?: string | undefined;
        form_password_pwned__sign_in__username?: string | undefined;
        form_username_invalid_length__username?: string | undefined;
        form_username_invalid_character__username?: string | undefined;
        form_param_format_invalid__username?: string | undefined;
        form_param_format_invalid__email_address__username?: string | undefined;
        form_password_length_too_short__username?: string | undefined;
        form_param_nil__username?: string | undefined;
        form_code_incorrect__username?: string | undefined;
        form_password_validation_failed__username?: string | undefined;
        form_identifier_exists__email_address__username?: string | undefined;
        form_identifier_exists__username__username?: string | undefined;
        form_identifier_exists__phone_number__username?: string | undefined;
        form_password_not_strong_enough__username?: string | undefined;
        form_password_size_in_bytes_exceeded__username?: string | undefined;
        form_param_value_invalid__username?: string | undefined;
        passwordComplexity__username?: string | undefined;
        session_exists__username?: string | undefined;
        form_param_max_length_exceeded__username?: string | undefined;
        organization_minimum_permissions_needed__username?: string | undefined;
        already_a_member_in_organization__username?: string | undefined;
        organization_domain_common__username?: string | undefined;
        organization_domain_blocked__username?: string | undefined;
        organization_domain_exists_for_enterprise_connection__username?: string | undefined;
        organization_membership_quota_exceeded__username?: string | undefined;
        form_identifier_not_found__code?: string | undefined;
        form_password_incorrect__code?: string | undefined;
        form_password_pwned__code?: string | undefined;
        not_allowed_access__code?: string | undefined;
        external_account_not_found__code?: string | undefined;
        captcha_invalid__code?: string | undefined;
        captcha_unavailable__code?: string | undefined;
        passkey_not_supported__code?: string | undefined;
        passkey_pa_not_supported__code?: string | undefined;
        passkey_already_exists__code?: string | undefined;
        passkey_retrieval_cancelled__code?: string | undefined;
        passkey_registration_cancelled__code?: string | undefined;
        zxcvbn__code?: string | undefined;
        identification_deletion_failed__code?: string | undefined;
        phone_number_exists__code?: string | undefined;
        web3_missing_identifier__code?: string | undefined;
        form_password_pwned__sign_in__code?: string | undefined;
        form_username_invalid_length__code?: string | undefined;
        form_username_invalid_character__code?: string | undefined;
        form_param_format_invalid__code?: string | undefined;
        form_param_format_invalid__email_address__code?: string | undefined;
        form_password_length_too_short__code?: string | undefined;
        form_param_nil__code?: string | undefined;
        form_code_incorrect__code?: string | undefined;
        form_password_validation_failed__code?: string | undefined;
        form_identifier_exists__code?: string | undefined;
        form_identifier_exists__email_address__code?: string | undefined;
        form_identifier_exists__username__code?: string | undefined;
        form_identifier_exists__phone_number__code?: string | undefined;
        form_password_not_strong_enough__code?: string | undefined;
        form_password_size_in_bytes_exceeded__code?: string | undefined;
        form_param_value_invalid__code?: string | undefined;
        passwordComplexity__code?: string | undefined;
        session_exists__code?: string | undefined;
        form_param_max_length_exceeded__code?: string | undefined;
        organization_minimum_permissions_needed__code?: string | undefined;
        already_a_member_in_organization__code?: string | undefined;
        organization_domain_common__code?: string | undefined;
        organization_domain_blocked__code?: string | undefined;
        organization_domain_exists_for_enterprise_connection__code?: string | undefined;
        organization_membership_quota_exceeded__code?: string | undefined;
        form_identifier_not_found__email_address?: string | undefined;
        form_password_incorrect__email_address?: string | undefined;
        form_password_pwned__email_address?: string | undefined;
        not_allowed_access__email_address?: string | undefined;
        external_account_not_found__email_address?: string | undefined;
        captcha_invalid__email_address?: string | undefined;
        captcha_unavailable__email_address?: string | undefined;
        passkey_not_supported__email_address?: string | undefined;
        passkey_pa_not_supported__email_address?: string | undefined;
        passkey_already_exists__email_address?: string | undefined;
        passkey_retrieval_cancelled__email_address?: string | undefined;
        passkey_registration_cancelled__email_address?: string | undefined;
        zxcvbn__email_address?: string | undefined;
        identification_deletion_failed__email_address?: string | undefined;
        phone_number_exists__email_address?: string | undefined;
        web3_missing_identifier__email_address?: string | undefined;
        form_password_pwned__sign_in__email_address?: string | undefined;
        form_username_invalid_length__email_address?: string | undefined;
        form_username_invalid_character__email_address?: string | undefined;
        form_param_format_invalid__email_address__email_address?: string | undefined;
        form_password_length_too_short__email_address?: string | undefined;
        form_param_nil__email_address?: string | undefined;
        form_code_incorrect__email_address?: string | undefined;
        form_password_validation_failed__email_address?: string | undefined;
        form_identifier_exists__email_address__email_address?: string | undefined;
        form_identifier_exists__username__email_address?: string | undefined;
        form_identifier_exists__phone_number__email_address?: string | undefined;
        form_password_not_strong_enough__email_address?: string | undefined;
        form_password_size_in_bytes_exceeded__email_address?: string | undefined;
        form_param_value_invalid__email_address?: string | undefined;
        passwordComplexity__email_address?: string | undefined;
        session_exists__email_address?: string | undefined;
        form_param_max_length_exceeded__email_address?: string | undefined;
        organization_minimum_permissions_needed__email_address?: string | undefined;
        already_a_member_in_organization__email_address?: string | undefined;
        organization_domain_common__email_address?: string | undefined;
        organization_domain_blocked__email_address?: string | undefined;
        organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
        organization_membership_quota_exceeded__email_address?: string | undefined;
        form_identifier_not_found__phone_number?: string | undefined;
        form_password_incorrect__phone_number?: string | undefined;
        form_password_pwned__phone_number?: string | undefined;
        not_allowed_access__phone_number?: string | undefined;
        external_account_not_found__phone_number?: string | undefined;
        captcha_invalid__phone_number?: string | undefined;
        captcha_unavailable__phone_number?: string | undefined;
        passkey_not_supported__phone_number?: string | undefined;
        passkey_pa_not_supported__phone_number?: string | undefined;
        passkey_already_exists__phone_number?: string | undefined;
        passkey_retrieval_cancelled__phone_number?: string | undefined;
        passkey_registration_cancelled__phone_number?: string | undefined;
        zxcvbn__phone_number?: string | undefined;
        identification_deletion_failed__phone_number?: string | undefined;
        phone_number_exists__phone_number?: string | undefined;
        web3_missing_identifier__phone_number?: string | undefined;
        form_password_pwned__sign_in__phone_number?: string | undefined;
        form_username_invalid_length__phone_number?: string | undefined;
        form_username_invalid_character__phone_number?: string | undefined;
        form_param_format_invalid__phone_number?: string | undefined;
        form_param_format_invalid__email_address__phone_number?: string | undefined;
        form_password_length_too_short__phone_number?: string | undefined;
        form_param_nil__phone_number?: string | undefined;
        form_code_incorrect__phone_number?: string | undefined;
        form_password_validation_failed__phone_number?: string | undefined;
        form_identifier_exists__email_address__phone_number?: string | undefined;
        form_identifier_exists__username__phone_number?: string | undefined;
        form_identifier_exists__phone_number__phone_number?: string | undefined;
        form_password_not_strong_enough__phone_number?: string | undefined;
        form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
        form_param_value_invalid__phone_number?: string | undefined;
        passwordComplexity__phone_number?: string | undefined;
        session_exists__phone_number?: string | undefined;
        form_param_max_length_exceeded__phone_number?: string | undefined;
        organization_minimum_permissions_needed__phone_number?: string | undefined;
        already_a_member_in_organization__phone_number?: string | undefined;
        organization_domain_common__phone_number?: string | undefined;
        organization_domain_blocked__phone_number?: string | undefined;
        organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
        organization_membership_quota_exceeded__phone_number?: string | undefined;
        form_identifier_not_found__first_name?: string | undefined;
        form_password_incorrect__first_name?: string | undefined;
        form_password_pwned__first_name?: string | undefined;
        not_allowed_access__first_name?: string | undefined;
        external_account_not_found__first_name?: string | undefined;
        captcha_invalid__first_name?: string | undefined;
        captcha_unavailable__first_name?: string | undefined;
        passkey_not_supported__first_name?: string | undefined;
        passkey_pa_not_supported__first_name?: string | undefined;
        passkey_already_exists__first_name?: string | undefined;
        passkey_retrieval_cancelled__first_name?: string | undefined;
        passkey_registration_cancelled__first_name?: string | undefined;
        zxcvbn__first_name?: string | undefined;
        identification_deletion_failed__first_name?: string | undefined;
        phone_number_exists__first_name?: string | undefined;
        web3_missing_identifier__first_name?: string | undefined;
        form_password_pwned__sign_in__first_name?: string | undefined;
        form_username_invalid_length__first_name?: string | undefined;
        form_username_invalid_character__first_name?: string | undefined;
        form_param_format_invalid__first_name?: string | undefined;
        form_param_format_invalid__email_address__first_name?: string | undefined;
        form_password_length_too_short__first_name?: string | undefined;
        form_param_nil__first_name?: string | undefined;
        form_code_incorrect__first_name?: string | undefined;
        form_password_validation_failed__first_name?: string | undefined;
        form_identifier_exists__first_name?: string | undefined;
        form_identifier_exists__email_address__first_name?: string | undefined;
        form_identifier_exists__username__first_name?: string | undefined;
        form_identifier_exists__phone_number__first_name?: string | undefined;
        form_password_not_strong_enough__first_name?: string | undefined;
        form_password_size_in_bytes_exceeded__first_name?: string | undefined;
        form_param_value_invalid__first_name?: string | undefined;
        passwordComplexity__first_name?: string | undefined;
        session_exists__first_name?: string | undefined;
        form_param_max_length_exceeded__first_name?: string | undefined;
        organization_minimum_permissions_needed__first_name?: string | undefined;
        already_a_member_in_organization__first_name?: string | undefined;
        organization_domain_common__first_name?: string | undefined;
        organization_domain_blocked__first_name?: string | undefined;
        organization_domain_exists_for_enterprise_connection__first_name?: string | undefined;
        organization_membership_quota_exceeded__first_name?: string | undefined;
        form_identifier_not_found__last_name?: string | undefined;
        form_password_incorrect__last_name?: string | undefined;
        form_password_pwned__last_name?: string | undefined;
        not_allowed_access__last_name?: string | undefined;
        external_account_not_found__last_name?: string | undefined;
        captcha_invalid__last_name?: string | undefined;
        captcha_unavailable__last_name?: string | undefined;
        passkey_not_supported__last_name?: string | undefined;
        passkey_pa_not_supported__last_name?: string | undefined;
        passkey_already_exists__last_name?: string | undefined;
        passkey_retrieval_cancelled__last_name?: string | undefined;
        passkey_registration_cancelled__last_name?: string | undefined;
        zxcvbn__last_name?: string | undefined;
        identification_deletion_failed__last_name?: string | undefined;
        phone_number_exists__last_name?: string | undefined;
        web3_missing_identifier__last_name?: string | undefined;
        form_password_pwned__sign_in__last_name?: string | undefined;
        form_username_invalid_length__last_name?: string | undefined;
        form_username_invalid_character__last_name?: string | undefined;
        form_param_format_invalid__last_name?: string | undefined;
        form_param_format_invalid__email_address__last_name?: string | undefined;
        form_password_length_too_short__last_name?: string | undefined;
        form_param_nil__last_name?: string | undefined;
        form_code_incorrect__last_name?: string | undefined;
        form_password_validation_failed__last_name?: string | undefined;
        form_identifier_exists__last_name?: string | undefined;
        form_identifier_exists__email_address__last_name?: string | undefined;
        form_identifier_exists__username__last_name?: string | undefined;
        form_identifier_exists__phone_number__last_name?: string | undefined;
        form_password_not_strong_enough__last_name?: string | undefined;
        form_password_size_in_bytes_exceeded__last_name?: string | undefined;
        form_param_value_invalid__last_name?: string | undefined;
        passwordComplexity__last_name?: string | undefined;
        session_exists__last_name?: string | undefined;
        form_param_max_length_exceeded__last_name?: string | undefined;
        organization_minimum_permissions_needed__last_name?: string | undefined;
        already_a_member_in_organization__last_name?: string | undefined;
        organization_domain_common__last_name?: string | undefined;
        organization_domain_blocked__last_name?: string | undefined;
        organization_domain_exists_for_enterprise_connection__last_name?: string | undefined;
        organization_membership_quota_exceeded__last_name?: string | undefined;
        form_identifier_not_found__legal_accepted?: string | undefined;
        form_password_incorrect__legal_accepted?: string | undefined;
        form_password_pwned__legal_accepted?: string | undefined;
        not_allowed_access__legal_accepted?: string | undefined;
        external_account_not_found__legal_accepted?: string | undefined;
        captcha_invalid__legal_accepted?: string | undefined;
        captcha_unavailable__legal_accepted?: string | undefined;
        passkey_not_supported__legal_accepted?: string | undefined;
        passkey_pa_not_supported__legal_accepted?: string | undefined;
        passkey_already_exists__legal_accepted?: string | undefined;
        passkey_retrieval_cancelled__legal_accepted?: string | undefined;
        passkey_registration_cancelled__legal_accepted?: string | undefined;
        zxcvbn__legal_accepted?: string | undefined;
        identification_deletion_failed__legal_accepted?: string | undefined;
        phone_number_exists__legal_accepted?: string | undefined;
        web3_missing_identifier__legal_accepted?: string | undefined;
        form_password_pwned__sign_in__legal_accepted?: string | undefined;
        form_username_invalid_length__legal_accepted?: string | undefined;
        form_username_invalid_character__legal_accepted?: string | undefined;
        form_param_format_invalid__legal_accepted?: string | undefined;
        form_param_format_invalid__email_address__legal_accepted?: string | undefined;
        form_password_length_too_short__legal_accepted?: string | undefined;
        form_param_nil__legal_accepted?: string | undefined;
        form_code_incorrect__legal_accepted?: string | undefined;
        form_password_validation_failed__legal_accepted?: string | undefined;
        form_identifier_exists__legal_accepted?: string | undefined;
        form_identifier_exists__email_address__legal_accepted?: string | undefined;
        form_identifier_exists__username__legal_accepted?: string | undefined;
        form_identifier_exists__phone_number__legal_accepted?: string | undefined;
        form_password_not_strong_enough__legal_accepted?: string | undefined;
        form_password_size_in_bytes_exceeded__legal_accepted?: string | undefined;
        form_param_value_invalid__legal_accepted?: string | undefined;
        passwordComplexity__legal_accepted?: string | undefined;
        session_exists__legal_accepted?: string | undefined;
        form_param_max_length_exceeded__legal_accepted?: string | undefined;
        organization_minimum_permissions_needed__legal_accepted?: string | undefined;
        already_a_member_in_organization__legal_accepted?: string | undefined;
        organization_domain_common__legal_accepted?: string | undefined;
        organization_domain_blocked__legal_accepted?: string | undefined;
        organization_domain_exists_for_enterprise_connection__legal_accepted?: string | undefined;
        organization_membership_quota_exceeded__legal_accepted?: string | undefined;
        form_identifier_not_found__current_password?: string | undefined;
        form_password_incorrect__current_password?: string | undefined;
        form_password_pwned__current_password?: string | undefined;
        not_allowed_access__current_password?: string | undefined;
        external_account_not_found__current_password?: string | undefined;
        captcha_invalid__current_password?: string | undefined;
        captcha_unavailable__current_password?: string | undefined;
        passkey_not_supported__current_password?: string | undefined;
        passkey_pa_not_supported__current_password?: string | undefined;
        passkey_already_exists__current_password?: string | undefined;
        passkey_retrieval_cancelled__current_password?: string | undefined;
        passkey_registration_cancelled__current_password?: string | undefined;
        zxcvbn__current_password?: string | undefined;
        identification_deletion_failed__current_password?: string | undefined;
        phone_number_exists__current_password?: string | undefined;
        web3_missing_identifier__current_password?: string | undefined;
        form_password_pwned__sign_in__current_password?: string | undefined;
        form_username_invalid_length__current_password?: string | undefined;
        form_username_invalid_character__current_password?: string | undefined;
        form_param_format_invalid__current_password?: string | undefined;
        form_param_format_invalid__email_address__current_password?: string | undefined;
        form_password_length_too_short__current_password?: string | undefined;
        form_param_nil__current_password?: string | undefined;
        form_code_incorrect__current_password?: string | undefined;
        form_password_validation_failed__current_password?: string | undefined;
        form_identifier_exists__current_password?: string | undefined;
        form_identifier_exists__email_address__current_password?: string | undefined;
        form_identifier_exists__username__current_password?: string | undefined;
        form_identifier_exists__phone_number__current_password?: string | undefined;
        form_password_not_strong_enough__current_password?: string | undefined;
        form_password_size_in_bytes_exceeded__current_password?: string | undefined;
        form_param_value_invalid__current_password?: string | undefined;
        passwordComplexity__current_password?: string | undefined;
        session_exists__current_password?: string | undefined;
        form_param_max_length_exceeded__current_password?: string | undefined;
        organization_minimum_permissions_needed__current_password?: string | undefined;
        already_a_member_in_organization__current_password?: string | undefined;
        organization_domain_common__current_password?: string | undefined;
        organization_domain_blocked__current_password?: string | undefined;
        organization_domain_exists_for_enterprise_connection__current_password?: string | undefined;
        organization_membership_quota_exceeded__current_password?: string | undefined;
        form_identifier_not_found__new_password?: string | undefined;
        form_password_incorrect__new_password?: string | undefined;
        form_password_pwned__new_password?: string | undefined;
        not_allowed_access__new_password?: string | undefined;
        external_account_not_found__new_password?: string | undefined;
        captcha_invalid__new_password?: string | undefined;
        captcha_unavailable__new_password?: string | undefined;
        passkey_not_supported__new_password?: string | undefined;
        passkey_pa_not_supported__new_password?: string | undefined;
        passkey_already_exists__new_password?: string | undefined;
        passkey_retrieval_cancelled__new_password?: string | undefined;
        passkey_registration_cancelled__new_password?: string | undefined;
        zxcvbn__new_password?: string | undefined;
        identification_deletion_failed__new_password?: string | undefined;
        phone_number_exists__new_password?: string | undefined;
        web3_missing_identifier__new_password?: string | undefined;
        form_password_pwned__sign_in__new_password?: string | undefined;
        form_username_invalid_length__new_password?: string | undefined;
        form_username_invalid_character__new_password?: string | undefined;
        form_param_format_invalid__new_password?: string | undefined;
        form_param_format_invalid__email_address__new_password?: string | undefined;
        form_password_length_too_short__new_password?: string | undefined;
        form_param_nil__new_password?: string | undefined;
        form_code_incorrect__new_password?: string | undefined;
        form_password_validation_failed__new_password?: string | undefined;
        form_identifier_exists__new_password?: string | undefined;
        form_identifier_exists__email_address__new_password?: string | undefined;
        form_identifier_exists__username__new_password?: string | undefined;
        form_identifier_exists__phone_number__new_password?: string | undefined;
        form_password_not_strong_enough__new_password?: string | undefined;
        form_password_size_in_bytes_exceeded__new_password?: string | undefined;
        form_param_value_invalid__new_password?: string | undefined;
        passwordComplexity__new_password?: string | undefined;
        session_exists__new_password?: string | undefined;
        form_param_max_length_exceeded__new_password?: string | undefined;
        organization_minimum_permissions_needed__new_password?: string | undefined;
        already_a_member_in_organization__new_password?: string | undefined;
        organization_domain_common__new_password?: string | undefined;
        organization_domain_blocked__new_password?: string | undefined;
        organization_domain_exists_for_enterprise_connection__new_password?: string | undefined;
        organization_membership_quota_exceeded__new_password?: string | undefined;
        form_identifier_not_found__sign_out_of_other_sessions?: string | undefined;
        form_password_incorrect__sign_out_of_other_sessions?: string | undefined;
        form_password_pwned__sign_out_of_other_sessions?: string | undefined;
        not_allowed_access__sign_out_of_other_sessions?: string | undefined;
        external_account_not_found__sign_out_of_other_sessions?: string | undefined;
        captcha_invalid__sign_out_of_other_sessions?: string | undefined;
        captcha_unavailable__sign_out_of_other_sessions?: string | undefined;
        passkey_not_supported__sign_out_of_other_sessions?: string | undefined;
        passkey_pa_not_supported__sign_out_of_other_sessions?: string | undefined;
        passkey_already_exists__sign_out_of_other_sessions?: string | undefined;
        passkey_retrieval_cancelled__sign_out_of_other_sessions?: string | undefined;
        passkey_registration_cancelled__sign_out_of_other_sessions?: string | undefined;
        zxcvbn__sign_out_of_other_sessions?: string | undefined;
        identification_deletion_failed__sign_out_of_other_sessions?: string | undefined;
        phone_number_exists__sign_out_of_other_sessions?: string | undefined;
        web3_missing_identifier__sign_out_of_other_sessions?: string | undefined;
        form_password_pwned__sign_in__sign_out_of_other_sessions?: string | undefined;
        form_username_invalid_length__sign_out_of_other_sessions?: string | undefined;
        form_username_invalid_character__sign_out_of_other_sessions?: string | undefined;
        form_param_format_invalid__sign_out_of_other_sessions?: string | undefined;
        form_param_format_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
        form_password_length_too_short__sign_out_of_other_sessions?: string | undefined;
        form_param_nil__sign_out_of_other_sessions?: string | undefined;
        form_code_incorrect__sign_out_of_other_sessions?: string | undefined;
        form_password_validation_failed__sign_out_of_other_sessions?: string | undefined;
        form_identifier_exists__sign_out_of_other_sessions?: string | undefined;
        form_identifier_exists__email_address__sign_out_of_other_sessions?: string | undefined;
        form_identifier_exists__username__sign_out_of_other_sessions?: string | undefined;
        form_identifier_exists__phone_number__sign_out_of_other_sessions?: string | undefined;
        form_password_not_strong_enough__sign_out_of_other_sessions?: string | undefined;
        form_password_size_in_bytes_exceeded__sign_out_of_other_sessions?: string | undefined;
        form_param_value_invalid__sign_out_of_other_sessions?: string | undefined;
        passwordComplexity__sign_out_of_other_sessions?: string | undefined;
        session_exists__sign_out_of_other_sessions?: string | undefined;
        form_param_max_length_exceeded__sign_out_of_other_sessions?: string | undefined;
        organization_minimum_permissions_needed__sign_out_of_other_sessions?: string | undefined;
        already_a_member_in_organization__sign_out_of_other_sessions?: string | undefined;
        organization_domain_common__sign_out_of_other_sessions?: string | undefined;
        organization_domain_blocked__sign_out_of_other_sessions?: string | undefined;
        organization_domain_exists_for_enterprise_connection__sign_out_of_other_sessions?: string | undefined;
        organization_membership_quota_exceeded__sign_out_of_other_sessions?: string | undefined;
        form_identifier_not_found__passkey_name?: string | undefined;
        form_password_incorrect__passkey_name?: string | undefined;
        form_password_pwned__passkey_name?: string | undefined;
        not_allowed_access__passkey_name?: string | undefined;
        external_account_not_found__passkey_name?: string | undefined;
        captcha_invalid__passkey_name?: string | undefined;
        captcha_unavailable__passkey_name?: string | undefined;
        passkey_not_supported__passkey_name?: string | undefined;
        passkey_pa_not_supported__passkey_name?: string | undefined;
        passkey_already_exists__passkey_name?: string | undefined;
        passkey_retrieval_cancelled__passkey_name?: string | undefined;
        passkey_registration_cancelled__passkey_name?: string | undefined;
        zxcvbn__passkey_name?: string | undefined;
        identification_deletion_failed__passkey_name?: string | undefined;
        phone_number_exists__passkey_name?: string | undefined;
        web3_missing_identifier__passkey_name?: string | undefined;
        form_password_pwned__sign_in__passkey_name?: string | undefined;
        form_username_invalid_length__passkey_name?: string | undefined;
        form_username_invalid_character__passkey_name?: string | undefined;
        form_param_format_invalid__passkey_name?: string | undefined;
        form_param_format_invalid__email_address__passkey_name?: string | undefined;
        form_password_length_too_short__passkey_name?: string | undefined;
        form_param_nil__passkey_name?: string | undefined;
        form_code_incorrect__passkey_name?: string | undefined;
        form_password_validation_failed__passkey_name?: string | undefined;
        form_identifier_exists__passkey_name?: string | undefined;
        form_identifier_exists__email_address__passkey_name?: string | undefined;
        form_identifier_exists__username__passkey_name?: string | undefined;
        form_identifier_exists__phone_number__passkey_name?: string | undefined;
        form_password_not_strong_enough__passkey_name?: string | undefined;
        form_password_size_in_bytes_exceeded__passkey_name?: string | undefined;
        form_param_value_invalid__passkey_name?: string | undefined;
        passwordComplexity__passkey_name?: string | undefined;
        session_exists__passkey_name?: string | undefined;
        form_param_max_length_exceeded__passkey_name?: string | undefined;
        organization_minimum_permissions_needed__passkey_name?: string | undefined;
        already_a_member_in_organization__passkey_name?: string | undefined;
        organization_domain_common__passkey_name?: string | undefined;
        organization_domain_blocked__passkey_name?: string | undefined;
        organization_domain_exists_for_enterprise_connection__passkey_name?: string | undefined;
        organization_membership_quota_exceeded__passkey_name?: string | undefined;
        form_identifier_not_found__confirm_password?: string | undefined;
        form_password_incorrect__confirm_password?: string | undefined;
        form_password_pwned__confirm_password?: string | undefined;
        not_allowed_access__confirm_password?: string | undefined;
        external_account_not_found__confirm_password?: string | undefined;
        captcha_invalid__confirm_password?: string | undefined;
        captcha_unavailable__confirm_password?: string | undefined;
        passkey_not_supported__confirm_password?: string | undefined;
        passkey_pa_not_supported__confirm_password?: string | undefined;
        passkey_already_exists__confirm_password?: string | undefined;
        passkey_retrieval_cancelled__confirm_password?: string | undefined;
        passkey_registration_cancelled__confirm_password?: string | undefined;
        zxcvbn__confirm_password?: string | undefined;
        identification_deletion_failed__confirm_password?: string | undefined;
        phone_number_exists__confirm_password?: string | undefined;
        web3_missing_identifier__confirm_password?: string | undefined;
        form_password_pwned__sign_in__confirm_password?: string | undefined;
        form_username_invalid_length__confirm_password?: string | undefined;
        form_username_invalid_character__confirm_password?: string | undefined;
        form_param_format_invalid__confirm_password?: string | undefined;
        form_param_format_invalid__email_address__confirm_password?: string | undefined;
        form_password_length_too_short__confirm_password?: string | undefined;
        form_param_nil__confirm_password?: string | undefined;
        form_code_incorrect__confirm_password?: string | undefined;
        form_password_validation_failed__confirm_password?: string | undefined;
        form_identifier_exists__confirm_password?: string | undefined;
        form_identifier_exists__email_address__confirm_password?: string | undefined;
        form_identifier_exists__username__confirm_password?: string | undefined;
        form_identifier_exists__phone_number__confirm_password?: string | undefined;
        form_password_not_strong_enough__confirm_password?: string | undefined;
        form_password_size_in_bytes_exceeded__confirm_password?: string | undefined;
        form_param_value_invalid__confirm_password?: string | undefined;
        passwordComplexity__confirm_password?: string | undefined;
        session_exists__confirm_password?: string | undefined;
        form_param_max_length_exceeded__confirm_password?: string | undefined;
        organization_minimum_permissions_needed__confirm_password?: string | undefined;
        already_a_member_in_organization__confirm_password?: string | undefined;
        organization_domain_common__confirm_password?: string | undefined;
        organization_domain_blocked__confirm_password?: string | undefined;
        organization_domain_exists_for_enterprise_connection__confirm_password?: string | undefined;
        organization_membership_quota_exceeded__confirm_password?: string | undefined;
        form_identifier_not_found__delete_confirmation?: string | undefined;
        form_password_incorrect__delete_confirmation?: string | undefined;
        form_password_pwned__delete_confirmation?: string | undefined;
        not_allowed_access__delete_confirmation?: string | undefined;
        external_account_not_found__delete_confirmation?: string | undefined;
        captcha_invalid__delete_confirmation?: string | undefined;
        captcha_unavailable__delete_confirmation?: string | undefined;
        passkey_not_supported__delete_confirmation?: string | undefined;
        passkey_pa_not_supported__delete_confirmation?: string | undefined;
        passkey_already_exists__delete_confirmation?: string | undefined;
        passkey_retrieval_cancelled__delete_confirmation?: string | undefined;
        passkey_registration_cancelled__delete_confirmation?: string | undefined;
        zxcvbn__delete_confirmation?: string | undefined;
        identification_deletion_failed__delete_confirmation?: string | undefined;
        phone_number_exists__delete_confirmation?: string | undefined;
        web3_missing_identifier__delete_confirmation?: string | undefined;
        form_password_pwned__sign_in__delete_confirmation?: string | undefined;
        form_username_invalid_length__delete_confirmation?: string | undefined;
        form_username_invalid_character__delete_confirmation?: string | undefined;
        form_param_format_invalid__delete_confirmation?: string | undefined;
        form_param_format_invalid__email_address__delete_confirmation?: string | undefined;
        form_password_length_too_short__delete_confirmation?: string | undefined;
        form_param_nil__delete_confirmation?: string | undefined;
        form_code_incorrect__delete_confirmation?: string | undefined;
        form_password_validation_failed__delete_confirmation?: string | undefined;
        form_identifier_exists__delete_confirmation?: string | undefined;
        form_identifier_exists__email_address__delete_confirmation?: string | undefined;
        form_identifier_exists__username__delete_confirmation?: string | undefined;
        form_identifier_exists__phone_number__delete_confirmation?: string | undefined;
        form_password_not_strong_enough__delete_confirmation?: string | undefined;
        form_password_size_in_bytes_exceeded__delete_confirmation?: string | undefined;
        form_param_value_invalid__delete_confirmation?: string | undefined;
        passwordComplexity__delete_confirmation?: string | undefined;
        session_exists__delete_confirmation?: string | undefined;
        form_param_max_length_exceeded__delete_confirmation?: string | undefined;
        organization_minimum_permissions_needed__delete_confirmation?: string | undefined;
        already_a_member_in_organization__delete_confirmation?: string | undefined;
        organization_domain_common__delete_confirmation?: string | undefined;
        organization_domain_blocked__delete_confirmation?: string | undefined;
        organization_domain_exists_for_enterprise_connection__delete_confirmation?: string | undefined;
        organization_membership_quota_exceeded__delete_confirmation?: string | undefined;
        form_identifier_not_found__delete_organization_confirmation?: string | undefined;
        form_password_incorrect__delete_organization_confirmation?: string | undefined;
        form_password_pwned__delete_organization_confirmation?: string | undefined;
        not_allowed_access__delete_organization_confirmation?: string | undefined;
        external_account_not_found__delete_organization_confirmation?: string | undefined;
        captcha_invalid__delete_organization_confirmation?: string | undefined;
        captcha_unavailable__delete_organization_confirmation?: string | undefined;
        passkey_not_supported__delete_organization_confirmation?: string | undefined;
        passkey_pa_not_supported__delete_organization_confirmation?: string | undefined;
        passkey_already_exists__delete_organization_confirmation?: string | undefined;
        passkey_retrieval_cancelled__delete_organization_confirmation?: string | undefined;
        passkey_registration_cancelled__delete_organization_confirmation?: string | undefined;
        zxcvbn__delete_organization_confirmation?: string | undefined;
        identification_deletion_failed__delete_organization_confirmation?: string | undefined;
        phone_number_exists__delete_organization_confirmation?: string | undefined;
        web3_missing_identifier__delete_organization_confirmation?: string | undefined;
        form_password_pwned__sign_in__delete_organization_confirmation?: string | undefined;
        form_username_invalid_length__delete_organization_confirmation?: string | undefined;
        form_username_invalid_character__delete_organization_confirmation?: string | undefined;
        form_param_format_invalid__delete_organization_confirmation?: string | undefined;
        form_param_format_invalid__email_address__delete_organization_confirmation?: string | undefined;
        form_password_length_too_short__delete_organization_confirmation?: string | undefined;
        form_param_nil__delete_organization_confirmation?: string | undefined;
        form_code_incorrect__delete_organization_confirmation?: string | undefined;
        form_password_validation_failed__delete_organization_confirmation?: string | undefined;
        form_identifier_exists__delete_organization_confirmation?: string | undefined;
        form_identifier_exists__email_address__delete_organization_confirmation?: string | undefined;
        form_identifier_exists__username__delete_organization_confirmation?: string | undefined;
        form_identifier_exists__phone_number__delete_organization_confirmation?: string | undefined;
        form_password_not_strong_enough__delete_organization_confirmation?: string | undefined;
        form_password_size_in_bytes_exceeded__delete_organization_confirmation?: string | undefined;
        form_param_value_invalid__delete_organization_confirmation?: string | undefined;
        passwordComplexity__delete_organization_confirmation?: string | undefined;
        session_exists__delete_organization_confirmation?: string | undefined;
        form_param_max_length_exceeded__delete_organization_confirmation?: string | undefined;
        organization_minimum_permissions_needed__delete_organization_confirmation?: string | undefined;
        already_a_member_in_organization__delete_organization_confirmation?: string | undefined;
        organization_domain_common__delete_organization_confirmation?: string | undefined;
        organization_domain_blocked__delete_organization_confirmation?: string | undefined;
        organization_domain_exists_for_enterprise_connection__delete_organization_confirmation?: string | undefined;
        organization_membership_quota_exceeded__delete_organization_confirmation?: string | undefined;
        form_identifier_not_found__enrollment_mode?: string | undefined;
        form_password_incorrect__enrollment_mode?: string | undefined;
        form_password_pwned__enrollment_mode?: string | undefined;
        not_allowed_access__enrollment_mode?: string | undefined;
        external_account_not_found__enrollment_mode?: string | undefined;
        captcha_invalid__enrollment_mode?: string | undefined;
        captcha_unavailable__enrollment_mode?: string | undefined;
        passkey_not_supported__enrollment_mode?: string | undefined;
        passkey_pa_not_supported__enrollment_mode?: string | undefined;
        passkey_already_exists__enrollment_mode?: string | undefined;
        passkey_retrieval_cancelled__enrollment_mode?: string | undefined;
        passkey_registration_cancelled__enrollment_mode?: string | undefined;
        zxcvbn__enrollment_mode?: string | undefined;
        identification_deletion_failed__enrollment_mode?: string | undefined;
        phone_number_exists__enrollment_mode?: string | undefined;
        web3_missing_identifier__enrollment_mode?: string | undefined;
        form_password_pwned__sign_in__enrollment_mode?: string | undefined;
        form_username_invalid_length__enrollment_mode?: string | undefined;
        form_username_invalid_character__enrollment_mode?: string | undefined;
        form_param_format_invalid__enrollment_mode?: string | undefined;
        form_param_format_invalid__email_address__enrollment_mode?: string | undefined;
        form_password_length_too_short__enrollment_mode?: string | undefined;
        form_param_nil__enrollment_mode?: string | undefined;
        form_code_incorrect__enrollment_mode?: string | undefined;
        form_password_validation_failed__enrollment_mode?: string | undefined;
        form_identifier_exists__enrollment_mode?: string | undefined;
        form_identifier_exists__email_address__enrollment_mode?: string | undefined;
        form_identifier_exists__username__enrollment_mode?: string | undefined;
        form_identifier_exists__phone_number__enrollment_mode?: string | undefined;
        form_password_not_strong_enough__enrollment_mode?: string | undefined;
        form_password_size_in_bytes_exceeded__enrollment_mode?: string | undefined;
        form_param_value_invalid__enrollment_mode?: string | undefined;
        passwordComplexity__enrollment_mode?: string | undefined;
        session_exists__enrollment_mode?: string | undefined;
        form_param_max_length_exceeded__enrollment_mode?: string | undefined;
        organization_minimum_permissions_needed__enrollment_mode?: string | undefined;
        already_a_member_in_organization__enrollment_mode?: string | undefined;
        organization_domain_common__enrollment_mode?: string | undefined;
        organization_domain_blocked__enrollment_mode?: string | undefined;
        organization_domain_exists_for_enterprise_connection__enrollment_mode?: string | undefined;
        organization_membership_quota_exceeded__enrollment_mode?: string | undefined;
        form_identifier_not_found__affiliation_email_address?: string | undefined;
        form_password_incorrect__affiliation_email_address?: string | undefined;
        form_password_pwned__affiliation_email_address?: string | undefined;
        not_allowed_access__affiliation_email_address?: string | undefined;
        external_account_not_found__affiliation_email_address?: string | undefined;
        captcha_invalid__affiliation_email_address?: string | undefined;
        captcha_unavailable__affiliation_email_address?: string | undefined;
        passkey_not_supported__affiliation_email_address?: string | undefined;
        passkey_pa_not_supported__affiliation_email_address?: string | undefined;
        passkey_already_exists__affiliation_email_address?: string | undefined;
        passkey_retrieval_cancelled__affiliation_email_address?: string | undefined;
        passkey_registration_cancelled__affiliation_email_address?: string | undefined;
        zxcvbn__affiliation_email_address?: string | undefined;
        identification_deletion_failed__affiliation_email_address?: string | undefined;
        phone_number_exists__affiliation_email_address?: string | undefined;
        web3_missing_identifier__affiliation_email_address?: string | undefined;
        form_password_pwned__sign_in__affiliation_email_address?: string | undefined;
        form_username_invalid_length__affiliation_email_address?: string | undefined;
        form_username_invalid_character__affiliation_email_address?: string | undefined;
        form_param_format_invalid__affiliation_email_address?: string | undefined;
        form_param_format_invalid__email_address__affiliation_email_address?: string | undefined;
        form_password_length_too_short__affiliation_email_address?: string | undefined;
        form_param_nil__affiliation_email_address?: string | undefined;
        form_code_incorrect__affiliation_email_address?: string | undefined;
        form_password_validation_failed__affiliation_email_address?: string | undefined;
        form_identifier_exists__affiliation_email_address?: string | undefined;
        form_identifier_exists__email_address__affiliation_email_address?: string | undefined;
        form_identifier_exists__username__affiliation_email_address?: string | undefined;
        form_identifier_exists__phone_number__affiliation_email_address?: string | undefined;
        form_password_not_strong_enough__affiliation_email_address?: string | undefined;
        form_password_size_in_bytes_exceeded__affiliation_email_address?: string | undefined;
        form_param_value_invalid__affiliation_email_address?: string | undefined;
        passwordComplexity__affiliation_email_address?: string | undefined;
        session_exists__affiliation_email_address?: string | undefined;
        form_param_max_length_exceeded__affiliation_email_address?: string | undefined;
        organization_minimum_permissions_needed__affiliation_email_address?: string | undefined;
        already_a_member_in_organization__affiliation_email_address?: string | undefined;
        organization_domain_common__affiliation_email_address?: string | undefined;
        organization_domain_blocked__affiliation_email_address?: string | undefined;
        organization_domain_exists_for_enterprise_connection__affiliation_email_address?: string | undefined;
        organization_membership_quota_exceeded__affiliation_email_address?: string | undefined;
        form_identifier_not_found__delete_existing_invitations_suggestions?: string | undefined;
        form_password_incorrect__delete_existing_invitations_suggestions?: string | undefined;
        form_password_pwned__delete_existing_invitations_suggestions?: string | undefined;
        not_allowed_access__delete_existing_invitations_suggestions?: string | undefined;
        external_account_not_found__delete_existing_invitations_suggestions?: string | undefined;
        captcha_invalid__delete_existing_invitations_suggestions?: string | undefined;
        captcha_unavailable__delete_existing_invitations_suggestions?: string | undefined;
        passkey_not_supported__delete_existing_invitations_suggestions?: string | undefined;
        passkey_pa_not_supported__delete_existing_invitations_suggestions?: string | undefined;
        passkey_already_exists__delete_existing_invitations_suggestions?: string | undefined;
        passkey_retrieval_cancelled__delete_existing_invitations_suggestions?: string | undefined;
        passkey_registration_cancelled__delete_existing_invitations_suggestions?: string | undefined;
        zxcvbn__delete_existing_invitations_suggestions?: string | undefined;
        identification_deletion_failed__delete_existing_invitations_suggestions?: string | undefined;
        phone_number_exists__delete_existing_invitations_suggestions?: string | undefined;
        web3_missing_identifier__delete_existing_invitations_suggestions?: string | undefined;
        form_password_pwned__sign_in__delete_existing_invitations_suggestions?: string | undefined;
        form_username_invalid_length__delete_existing_invitations_suggestions?: string | undefined;
        form_username_invalid_character__delete_existing_invitations_suggestions?: string | undefined;
        form_param_format_invalid__delete_existing_invitations_suggestions?: string | undefined;
        form_param_format_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
        form_password_length_too_short__delete_existing_invitations_suggestions?: string | undefined;
        form_param_nil__delete_existing_invitations_suggestions?: string | undefined;
        form_code_incorrect__delete_existing_invitations_suggestions?: string | undefined;
        form_password_validation_failed__delete_existing_invitations_suggestions?: string | undefined;
        form_identifier_exists__delete_existing_invitations_suggestions?: string | undefined;
        form_identifier_exists__email_address__delete_existing_invitations_suggestions?: string | undefined;
        form_identifier_exists__username__delete_existing_invitations_suggestions?: string | undefined;
        form_identifier_exists__phone_number__delete_existing_invitations_suggestions?: string | undefined;
        form_password_not_strong_enough__delete_existing_invitations_suggestions?: string | undefined;
        form_password_size_in_bytes_exceeded__delete_existing_invitations_suggestions?: string | undefined;
        form_param_value_invalid__delete_existing_invitations_suggestions?: string | undefined;
        passwordComplexity__delete_existing_invitations_suggestions?: string | undefined;
        session_exists__delete_existing_invitations_suggestions?: string | undefined;
        form_param_max_length_exceeded__delete_existing_invitations_suggestions?: string | undefined;
        organization_minimum_permissions_needed__delete_existing_invitations_suggestions?: string | undefined;
        already_a_member_in_organization__delete_existing_invitations_suggestions?: string | undefined;
        organization_domain_common__delete_existing_invitations_suggestions?: string | undefined;
        organization_domain_blocked__delete_existing_invitations_suggestions?: string | undefined;
        organization_domain_exists_for_enterprise_connection__delete_existing_invitations_suggestions?: string | undefined;
        organization_membership_quota_exceeded__delete_existing_invitations_suggestions?: string | undefined;
        form_identifier_not_found__api_key_description?: string | undefined;
        form_password_incorrect__api_key_description?: string | undefined;
        form_password_pwned__api_key_description?: string | undefined;
        not_allowed_access__api_key_description?: string | undefined;
        external_account_not_found__api_key_description?: string | undefined;
        captcha_invalid__api_key_description?: string | undefined;
        captcha_unavailable__api_key_description?: string | undefined;
        passkey_not_supported__api_key_description?: string | undefined;
        passkey_pa_not_supported__api_key_description?: string | undefined;
        passkey_already_exists__api_key_description?: string | undefined;
        passkey_retrieval_cancelled__api_key_description?: string | undefined;
        passkey_registration_cancelled__api_key_description?: string | undefined;
        zxcvbn__api_key_description?: string | undefined;
        identification_deletion_failed__api_key_description?: string | undefined;
        phone_number_exists__api_key_description?: string | undefined;
        web3_missing_identifier__api_key_description?: string | undefined;
        form_password_pwned__sign_in__api_key_description?: string | undefined;
        form_username_invalid_length__api_key_description?: string | undefined;
        form_username_invalid_character__api_key_description?: string | undefined;
        form_param_format_invalid__api_key_description?: string | undefined;
        form_param_format_invalid__email_address__api_key_description?: string | undefined;
        form_password_length_too_short__api_key_description?: string | undefined;
        form_param_nil__api_key_description?: string | undefined;
        form_code_incorrect__api_key_description?: string | undefined;
        form_password_validation_failed__api_key_description?: string | undefined;
        form_identifier_exists__api_key_description?: string | undefined;
        form_identifier_exists__email_address__api_key_description?: string | undefined;
        form_identifier_exists__username__api_key_description?: string | undefined;
        form_identifier_exists__phone_number__api_key_description?: string | undefined;
        form_password_not_strong_enough__api_key_description?: string | undefined;
        form_password_size_in_bytes_exceeded__api_key_description?: string | undefined;
        form_param_value_invalid__api_key_description?: string | undefined;
        passwordComplexity__api_key_description?: string | undefined;
        session_exists__api_key_description?: string | undefined;
        form_param_max_length_exceeded__api_key_description?: string | undefined;
        organization_minimum_permissions_needed__api_key_description?: string | undefined;
        already_a_member_in_organization__api_key_description?: string | undefined;
        organization_domain_common__api_key_description?: string | undefined;
        organization_domain_blocked__api_key_description?: string | undefined;
        organization_domain_exists_for_enterprise_connection__api_key_description?: string | undefined;
        organization_membership_quota_exceeded__api_key_description?: string | undefined;
        form_identifier_not_found__api_key_expiration_date?: string | undefined;
        form_password_incorrect__api_key_expiration_date?: string | undefined;
        form_password_pwned__api_key_expiration_date?: string | undefined;
        not_allowed_access__api_key_expiration_date?: string | undefined;
        external_account_not_found__api_key_expiration_date?: string | undefined;
        captcha_invalid__api_key_expiration_date?: string | undefined;
        captcha_unavailable__api_key_expiration_date?: string | undefined;
        passkey_not_supported__api_key_expiration_date?: string | undefined;
        passkey_pa_not_supported__api_key_expiration_date?: string | undefined;
        passkey_already_exists__api_key_expiration_date?: string | undefined;
        passkey_retrieval_cancelled__api_key_expiration_date?: string | undefined;
        passkey_registration_cancelled__api_key_expiration_date?: string | undefined;
        zxcvbn__api_key_expiration_date?: string | undefined;
        identification_deletion_failed__api_key_expiration_date?: string | undefined;
        phone_number_exists__api_key_expiration_date?: string | undefined;
        web3_missing_identifier__api_key_expiration_date?: string | undefined;
        form_password_pwned__sign_in__api_key_expiration_date?: string | undefined;
        form_username_invalid_length__api_key_expiration_date?: string | undefined;
        form_username_invalid_character__api_key_expiration_date?: string | undefined;
        form_param_format_invalid__api_key_expiration_date?: string | undefined;
        form_param_format_invalid__email_address__api_key_expiration_date?: string | undefined;
        form_password_length_too_short__api_key_expiration_date?: string | undefined;
        form_param_nil__api_key_expiration_date?: string | undefined;
        form_code_incorrect__api_key_expiration_date?: string | undefined;
        form_password_validation_failed__api_key_expiration_date?: string | undefined;
        form_identifier_exists__api_key_expiration_date?: string | undefined;
        form_identifier_exists__email_address__api_key_expiration_date?: string | undefined;
        form_identifier_exists__username__api_key_expiration_date?: string | undefined;
        form_identifier_exists__phone_number__api_key_expiration_date?: string | undefined;
        form_password_not_strong_enough__api_key_expiration_date?: string | undefined;
        form_password_size_in_bytes_exceeded__api_key_expiration_date?: string | undefined;
        form_param_value_invalid__api_key_expiration_date?: string | undefined;
        passwordComplexity__api_key_expiration_date?: string | undefined;
        session_exists__api_key_expiration_date?: string | undefined;
        form_param_max_length_exceeded__api_key_expiration_date?: string | undefined;
        organization_minimum_permissions_needed__api_key_expiration_date?: string | undefined;
        already_a_member_in_organization__api_key_expiration_date?: string | undefined;
        organization_domain_common__api_key_expiration_date?: string | undefined;
        organization_domain_blocked__api_key_expiration_date?: string | undefined;
        organization_domain_exists_for_enterprise_connection__api_key_expiration_date?: string | undefined;
        organization_membership_quota_exceeded__api_key_expiration_date?: string | undefined;
        form_identifier_not_found__api_key_revoke_confirmation?: string | undefined;
        form_password_incorrect__api_key_revoke_confirmation?: string | undefined;
        form_password_pwned__api_key_revoke_confirmation?: string | undefined;
        not_allowed_access__api_key_revoke_confirmation?: string | undefined;
        external_account_not_found__api_key_revoke_confirmation?: string | undefined;
        captcha_invalid__api_key_revoke_confirmation?: string | undefined;
        captcha_unavailable__api_key_revoke_confirmation?: string | undefined;
        passkey_not_supported__api_key_revoke_confirmation?: string | undefined;
        passkey_pa_not_supported__api_key_revoke_confirmation?: string | undefined;
        passkey_already_exists__api_key_revoke_confirmation?: string | undefined;
        passkey_retrieval_cancelled__api_key_revoke_confirmation?: string | undefined;
        passkey_registration_cancelled__api_key_revoke_confirmation?: string | undefined;
        zxcvbn__api_key_revoke_confirmation?: string | undefined;
        identification_deletion_failed__api_key_revoke_confirmation?: string | undefined;
        phone_number_exists__api_key_revoke_confirmation?: string | undefined;
        web3_missing_identifier__api_key_revoke_confirmation?: string | undefined;
        form_password_pwned__sign_in__api_key_revoke_confirmation?: string | undefined;
        form_username_invalid_length__api_key_revoke_confirmation?: string | undefined;
        form_username_invalid_character__api_key_revoke_confirmation?: string | undefined;
        form_param_format_invalid__api_key_revoke_confirmation?: string | undefined;
        form_param_format_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
        form_password_length_too_short__api_key_revoke_confirmation?: string | undefined;
        form_param_nil__api_key_revoke_confirmation?: string | undefined;
        form_code_incorrect__api_key_revoke_confirmation?: string | undefined;
        form_password_validation_failed__api_key_revoke_confirmation?: string | undefined;
        form_identifier_exists__api_key_revoke_confirmation?: string | undefined;
        form_identifier_exists__email_address__api_key_revoke_confirmation?: string | undefined;
        form_identifier_exists__username__api_key_revoke_confirmation?: string | undefined;
        form_identifier_exists__phone_number__api_key_revoke_confirmation?: string | undefined;
        form_password_not_strong_enough__api_key_revoke_confirmation?: string | undefined;
        form_password_size_in_bytes_exceeded__api_key_revoke_confirmation?: string | undefined;
        form_param_value_invalid__api_key_revoke_confirmation?: string | undefined;
        passwordComplexity__api_key_revoke_confirmation?: string | undefined;
        session_exists__api_key_revoke_confirmation?: string | undefined;
        form_param_max_length_exceeded__api_key_revoke_confirmation?: string | undefined;
        organization_minimum_permissions_needed__api_key_revoke_confirmation?: string | undefined;
        already_a_member_in_organization__api_key_revoke_confirmation?: string | undefined;
        organization_domain_common__api_key_revoke_confirmation?: string | undefined;
        organization_domain_blocked__api_key_revoke_confirmation?: string | undefined;
        organization_domain_exists_for_enterprise_connection__api_key_revoke_confirmation?: string | undefined;
        organization_membership_quota_exceeded__api_key_revoke_confirmation?: string | undefined;
    };
    dates: {
        previous6Days: import("@clerk/types").LocalizationValue<"date">;
        lastDay: import("@clerk/types").LocalizationValue<"date">;
        sameDay: import("@clerk/types").LocalizationValue<"date">;
        nextDay: import("@clerk/types").LocalizationValue<"date">;
        next6Days: import("@clerk/types").LocalizationValue<"date">;
        numeric: import("@clerk/types").LocalizationValue<"date">;
    };
    waitlist: {
        start: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            formButton: import("@clerk/types").LocalizationValue;
            actionText: import("@clerk/types").LocalizationValue;
            actionLink: import("@clerk/types").LocalizationValue;
        };
        success: {
            title: import("@clerk/types").LocalizationValue;
            subtitle: import("@clerk/types").LocalizationValue;
            message: import("@clerk/types").LocalizationValue;
        };
    };
    apiKeys: {
        formTitle: import("@clerk/types").LocalizationValue;
        formHint: import("@clerk/types").LocalizationValue;
        formButtonPrimary__add: import("@clerk/types").LocalizationValue;
        menuAction__revoke: import("@clerk/types").LocalizationValue;
        action__search: import("@clerk/types").LocalizationValue;
        action__add: import("@clerk/types").LocalizationValue;
        detailsTitle__emptyRow: import("@clerk/types").LocalizationValue;
        revokeConfirmation: {
            formTitle: import("@clerk/types").LocalizationValue<"apiKeyName">;
            formHint: import("@clerk/types").LocalizationValue;
            formButtonPrimary__revoke: import("@clerk/types").LocalizationValue;
            confirmationText: import("@clerk/types").LocalizationValue;
        };
        lastUsed__seconds: import("@clerk/types").LocalizationValue<"seconds">;
        lastUsed__minutes: import("@clerk/types").LocalizationValue<"minutes">;
        lastUsed__hours: import("@clerk/types").LocalizationValue<"hours">;
        lastUsed__days: import("@clerk/types").LocalizationValue<"days">;
        lastUsed__months: import("@clerk/types").LocalizationValue<"months">;
        lastUsed__years: import("@clerk/types").LocalizationValue<"years">;
        formFieldOption__expiration__1d: import("@clerk/types").LocalizationValue;
        formFieldOption__expiration__7d: import("@clerk/types").LocalizationValue;
        formFieldOption__expiration__30d: import("@clerk/types").LocalizationValue;
        formFieldOption__expiration__60d: import("@clerk/types").LocalizationValue;
        formFieldOption__expiration__90d: import("@clerk/types").LocalizationValue;
        formFieldOption__expiration__180d: import("@clerk/types").LocalizationValue;
        formFieldOption__expiration__1y: import("@clerk/types").LocalizationValue;
        formFieldOption__expiration__never: import("@clerk/types").LocalizationValue;
        createdAndExpirationStatus__never: import("@clerk/types").LocalizationValue<"createdDate">;
        createdAndExpirationStatus__expiresOn: import("@clerk/types").LocalizationValue<"createdDate" | "expiresDate">;
        formFieldCaption__expiration__never: import("@clerk/types").LocalizationValue;
        formFieldCaption__expiration__expiresOn: import("@clerk/types").LocalizationValue<"date">;
    };
}>;
