import { i18n as I18nInstance } from "i18next"; import type { SupportedLocale } from "./translations"; export type { ErrorMessageKey, SupportedLocale } from "./translations"; export declare const DEFAULT_LOCALE: SupportedLocale; export declare const i18n: I18nInstance; export declare const getLocale: (input?: string) => SupportedLocale;