//#region ../notifications/src/queue/notifications-worker.d.ts type WorkerOptions = { /** Herald channel to consume from. Must match the dispatcher. Default `"notifications.dispatch"`. */channel?: string; /** Herald broker name. Default broker if omitted. */ broker?: string; }; declare function startNotificationsWorker(options?: WorkerOptions): Promise; //#endregion export { WorkerOptions, startNotificationsWorker }; //# sourceMappingURL=notifications-worker.d.mts.map