import { WorkflowQueueService } from '../services/queues'; import { QueueHealthIndicator } from './queue-health-indicator.service'; export declare class WorkflowQueueServiceHealthIndicator extends QueueHealthIndicator { private workflowQueueService; constructor(workflowQueueService: WorkflowQueueService); } //# sourceMappingURL=workflow-queue.health-indicator.d.ts.map