//#region ../notifications/src/queue/queue-package-not-installed.error.d.ts /** * Thrown when the `bullmq` queue driver (`bullmqQueue()`) is configured but * `@warlock.js/queue` — an optional peer — isn't installed. Surfaced at USE * time (first `.queue()` call), not at boot, matching the lazy-optional-peer * pattern `loadHerald` already uses for `@warlock.js/herald`. */ declare class QueuePackageNotInstalledError extends Error { constructor(); } //#endregion export { QueuePackageNotInstalledError }; //# sourceMappingURL=queue-package-not-installed.error.d.mts.map