/** * zh-CN - 中文 (简体) * zh-TW - 中文 (繁體) * en-US - English * ja-JP - 日本語 * ko-KR - 한국어 */ import i18next from 'i18next'; export declare function i18nAddResources(lng: string, resources: object): void; export declare function i18nChangeLanguage(lng: string): void; export declare function i18nGetResources(lng: string): any; export declare const t: import("i18next").TFunction; export { i18next };