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