import type { i18n } from 'i18next'; /** * Initializes the i18n instance with the resource bundle. * * @param i18nInstance - The i18n instance used to add the resource bundle */ export declare function initI18n(i18nInstance: i18n): void; //# sourceMappingURL=i18n.d.ts.map