import { type i18n as I18nInstance } from 'i18next'; /** Locales bundled with the RN SDK. */ export declare const localeMapping: { readonly en: "en"; readonly zh: "zh"; readonly ko: "ko"; readonly ja: "ja"; readonly tr: "tr"; readonly es: "es"; readonly ru: "ru"; readonly fr: "fr"; }; export type Locale = keyof typeof localeMapping; export declare const i18n: I18nInstance; //# sourceMappingURL=i18n.d.ts.map