export declare enum BullQueueEvents { ERROR = "error", WAITING = "waiting", ACTIVE = "active", STALLED = "stalled", PROGRESS = "progress", COMPLETED = "completed", FAILED = "failed", PAUSED = "paused", RESUMED = "resumed", CLEANED = "cleaned", DRAINED = "drained", REMOVED = "removed" } //# sourceMappingURL=bull-queue-events.enum.d.ts.map