/** * Facade re-exporting the categorised error classes under `./errors/`. * Kept for backward compatibility — all existing `from "./errors.js"` and * `from "../errors.js"` imports continue to work unchanged. */ export * from "./errors/index.js"; //# sourceMappingURL=errors.d.ts.map