import { i18n as I18n } from "i18next";
import { Locale } from "~/types/Locale";
export declare function getConfig(locale: Locale): I18n;
