declare const i18n: (lng?: string) => import("i18next").TFunction<"translation", undefined>;
declare const getT: import("i18next").TFunction<"translation", undefined>;
export { getT, i18n };
//# sourceMappingURL=index.d.ts.map