/// <reference types="node" />
import * as WorkerThreads from 'worker_threads';
export * from 'worker_threads';
export declare const NodeWorker: typeof WorkerThreads.Worker;
export type NodeWorkerType = WorkerThreads.Worker;
//# sourceMappingURL=worker_threads.d.ts.map