import type { TOptions, TOptionsBase } from 'i18next'; export declare function initI18n(): Promise; type StringMap = { [key: string]: unknown; }; export declare function text(key: string, options?: string | TOptions): string; export {}; //# sourceMappingURL=i18n.d.ts.map