export declare const DEFAULT_LOCALE = "en";
export declare const KEY_SEPARATOR = ".";
export declare function initI18n(): Promise<import("i18next").TFunction<"translation", undefined>>;
