export { enTranslations } from './en.js'; export { ptTranslations } from './pt.js'; export { I18nTranslations, defaults, keys } from './types.js'; import '../core/types.js';