import { RedisSMQError } from '../../errors/index.js'; import { IRedisSMQErrorProperties } from '../../errors/index.js'; export declare class WorkerIsShuttingDownError extends RedisSMQError { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=worker-is-shutting-down.error.d.ts.map