/** * BRAIN single-writer thread script. * * Runs inside a `worker_threads.Worker`. Owns the only `getBrainDb` write * handle in the process. Receives `WriterRequestEnvelope` messages, dispatches * via `handleWriteOp`, and posts `WriterResponseEnvelope` back to the main * thread. **All hot-path brain.db writes go through here.** * * See `brain-writer-thread.ts` for the public API and architecture overview. * * @task T10351 * @epic T10286 * @saga T10281 */ export {}; //# sourceMappingURL=brain-writer-worker.d.ts.map