import { I18N, I18NFn } from '@gravity-ui/i18n'; import en from './keysets/en.json'; type Keysets = typeof en; type TypedI18n = I18NFn; declare const i18nFactory: I18N; declare const i18n: TypedI18n; export { i18nFactory, i18n };