import { WebSocketsQueueService } from '../services/queues'; import { QueueHealthIndicator } from './queue-health-indicator.service'; export declare class WebSocketsQueueServiceHealthIndicator extends QueueHealthIndicator { private webSocketsQueueService; constructor(webSocketsQueueService: WebSocketsQueueService); } //# sourceMappingURL=web-sockets-queue.health-indicator.d.ts.map