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