export { en_za2 as en_ZA }; export type LocalizedString = import("../runtime.js").LocalizedString; export type En_Za2Inputs = {}; /** * | output | * | --- | * | "English (South Africa)" | * * @param {En_Za2Inputs} inputs * @param {{ locale?: "af" | "ar" | "en" | "en-GB" | "en-US" | "en-ZA" | "es" | "es-US" | "fr" | "fr-CA" | "fr-FR" }} options * @returns {LocalizedString} */ declare const en_za2: ((inputs?: En_Za2Inputs, options?: { locale?: "af" | "ar" | "en" | "en-GB" | "en-US" | "en-ZA" | "es" | "es-US" | "fr" | "fr-CA" | "fr-FR"; }) => LocalizedString) & import("../runtime.js").MessageMetadata;