/** * Aggregated localization strings for all email components. * * Combines localization strings from all email templates (EmailChangedEmail, * EmailVerificationEmail, MagicLinkEmail, NewDeviceEmail, * OrganizationInvitationEmail, OtpEmail, PasswordChangedEmail, * ResetPasswordEmail) into a single object for convenient bulk customization. */ export declare const emailLocalization: { RESET_YOUR_PASSWORD: string; LOGO: string; WE_RECEIVED_REQUEST_TO_RESET_PASSWORD: string; RESET_PASSWORD: string; OR_COPY_AND_PASTE_URL: string; THIS_LINK_EXPIRES_IN_MINUTES: string; EMAIL_SENT_BY: string; IF_YOU_DIDNT_REQUEST_PASSWORD_RESET: string; POWERED_BY_BETTER_AUTH: string; YOUR_PASSWORD_HAS_BEEN_CHANGED: string; PASSWORD_CHANGED_SUCCESSFULLY: string; PASSWORD_FOR_YOUR_ACCOUNT_CHANGED: string; CHANGED_AT: string; IF_YOU_MADE_THIS_CHANGE: string; I_DIDNT_MAKE_THIS_CHANGE: string; IF_YOU_DIDNT_AUTHORIZE_THIS_CHANGE: string; YOUR_VERIFICATION_CODE_IS_CODE: string; VERIFY_YOUR_EMAIL: string; WE_NEED_TO_VERIFY_YOUR_EMAIL_ADDRESS: string; THIS_CODE_EXPIRES_IN_MINUTES: string; IF_YOU_DIDNT_REQUEST_THIS_EMAIL: string; YOU_RE_INVITED_TO_ORGANIZATION: string; YOU_RE_INVITED: string; ORGANIZATION_LOGO: string; INVITED_TO_JOIN_ORGANIZATION: string; ACCEPT_INVITATION: string; VIEW_INVITATION: string; THIS_INVITATION_EXPIRES_IN_HOURS: string; IF_YOU_DIDNT_EXPECT_THIS_INVITATION: string; NEW_SIGN_IN_DETECTED: string; NEW_SIGN_IN_TO_YOUR_ACCOUNT: string; DEVICE_DETAILS: string; BROWSER: string; OPERATING_SYSTEM: string; LOCATION: string; IP_ADDRESS: string; TIME: string; IF_THIS_WAS_YOU: string; SECURE_MY_ACCOUNT: string; IF_YOU_DIDNT_SIGN_IN: string; SIGN_IN_TO_APP_NAME: string; SIGN_IN_TO_YOUR_ACCOUNT: string; YOUR_ACCOUNT: string; CLICK_BUTTON_TO_SIGN_IN: string; VERIFY_YOUR_EMAIL_ADDRESS: string; CLICK_BUTTON_TO_VERIFY_EMAIL: string; VERIFY_EMAIL_ADDRESS: string; YOUR_EMAIL_ADDRESS_HAS_BEEN_CHANGED: string; EMAIL_ADDRESS_CHANGED: string; EMAIL_ADDRESS_FOR_YOUR_ACCOUNT_CHANGED: string; PREVIOUS_EMAIL: string; NEW_EMAIL: string; }; /** * Type representing all available email localization strings. * * Derived from the emailLocalization constant, this type can be used for * type-safe localization overrides across all email templates. */ export type EmailLocalization = typeof emailLocalization;