/// import { Worker } from 'worker_threads'; import { IWorkerEventBus } from '../common/contracts'; export declare function workerToEventBus(worker: Worker): IWorkerEventBus;