import * as WorkerThreads from 'worker_threads'; export * from 'worker_threads'; export declare const parentPort: WorkerThreads.MessagePort | null; export declare const NodeWorker: typeof WorkerThreads.Worker; export type NodeWorkerType = WorkerThreads.Worker; //# sourceMappingURL=worker_threads.d.ts.map