import { WorkerBaseService } from './index'; import { BullMqService } from '../bull-mq'; export declare class StandardWorkerService extends WorkerBaseService { bullMqService: BullMqService; constructor(bullMqService: BullMqService); } //# sourceMappingURL=standard-worker.service.d.ts.map