/** **Disclaimer * These commentaries are for the custom user translation that currently is not being used because of the 404 console * error that the fetch head shows. */ interface Props { language?: string; } export declare const i18nInstance: import("i18next").i18n; export declare const init: ({ language }: Props) => Promise; declare const _default: { init: ({ language }: Props) => Promise; }; export default _default;