import i18next from 'i18next';
export interface i18n {
    __: typeof i18next.t;
}
export type t = i18n;
declare const _default: () => Promise<i18n>;
export default _default;
//# sourceMappingURL=i18n.d.ts.map