/** * Internationalization (i18n) Module * Export all i18n types and classes */ export * from './types'; export * from './translator'; //# sourceMappingURL=index.d.ts.map