declare function i18nInit(resources: { [index: string]: string; }): Promise; declare function getCurrentLang(): string; export { i18nInit, getCurrentLang, };