/** * Módulo shared do framework RW-UC * Contém tipos, constantes e utilitários compartilhados */ export * from './types/index.js'; export * from './constants.js'; export * from './errors/index.js'; export * from './utils/index.js'; //# sourceMappingURL=index.d.ts.map