/** * Utilities barrel export (shim) * * This file exists to ensure TypeScript's emitted declaration paths (e.g. `./utils.js`) * resolve correctly for consumers. * * See `packages/core/src/dto.ts` for background. */ export * from './utils/index'; //# sourceMappingURL=utils.d.ts.map