export default function initTranslations(locale: string, i18nInstance: any, fallbackLng: string[], resources: {
    [key: string]: any;
}): {
    i18n: any;
    resources: any;
    t: any;
};
