export { createTranslator, interpolate, registerTranslations, translate } from './translator'; export type { TranslationDictionary, Translator } from './translator'; export { provideTranslator, useTranslator } from './context'; //# sourceMappingURL=index.d.ts.map