import { Translator } from './translator.ts'; export const i18n = new Translator(); export * from './types.ts';