import { t as WorkerHost } from "../host-DMz-7U8I.js"; //#region src/worker/host-node.d.ts /** Creates a worker host backed by a Node.js or Bun worker. */ declare const createWorkerThread: (workerUrl: string | URL) => WorkerHost; //#endregion export { createWorkerThread }; //# sourceMappingURL=node.d.ts.map