/** * Daemon CLI Command Group * * Manage the Photon background daemon process (start, stop, restart, status). */ import type { Command } from 'commander'; /** * Register daemon command group */ export declare function registerDaemonCommands(program: Command): void; //# sourceMappingURL=daemon.d.ts.map