/**
 * @fileoverview Internationalization module exports
 */
export { I18nManager, TranslationWorkflow } from './i18n-manager.js';
export type { FormatOptions, GenderRules, I18nConfig, LocaleConfig, PluralRules, TranslationContext, TranslationData } from './i18n-manager.js';
//# sourceMappingURL=index.d.ts.map