import { MessagePort } from 'worker_threads'; import { TRunnableWorkerClass, TRunnableWorkerFactory } from '../types/index.js'; export declare function handleRunnableWorker(Worker: TRunnableWorkerFactory | TRunnableWorkerClass, messagePort: MessagePort, initialPayload: unknown): void; //# sourceMappingURL=runnable-worker-thread.d.ts.map