/** * GC Daemon Entry Point — Standalone script executed by `spawnGCDaemon()`. * * This script is spawned as a detached background process by `cleo daemon start`. * It must NOT import from the main CLI shim (no citty, no commander). It only * imports from the gc/ module subtree. * * The cleoDir is passed as argv[2] by `spawnGCDaemon()`. * * @see gc/daemon.ts for the spawn logic * @task T731 * @epic T726 */ export {}; //# sourceMappingURL=daemon-entry.d.ts.map