import I18nHelper from './i18nHelper'; import * as translationAssets from './translations'; import type { FSTranslationKeys } from './types'; declare const FSI18n: I18nHelper; declare const translationKeys: FSTranslationKeys; export default FSI18n; export { translationKeys, translationAssets }; export * from './types';