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