/** * Start the daemon in foreground mode. */ export declare function runDaemonStart(opts: { port?: number; host?: string; foreground?: boolean; }): Promise; /** * Stop the running daemon. */ export declare function runDaemonStop(): void; //# sourceMappingURL=daemon.d.ts.map