export type { Translations } from './registry'; export * from './date'; export * from './locale'; export { translate, loadTranslations } from './translation';