/** * Worker Host — runs inside a worker thread * * Loads a single photon in isolation and communicates with the main daemon * thread via postMessage. If this worker crashes, only this photon is affected. */ export {}; //# sourceMappingURL=worker-host.d.ts.map