#!/usr/bin/env node /** * Daemon process entry point. * Runs in the forked child process via child_process.fork(). * Not imported by other modules — it is the entryScript passed to forkDaemon(). */ export {}; //# sourceMappingURL=entry.d.ts.map