/** * Gateway lifecycle orchestration — OpenClaw-aligned service + unmanaged fallback. */ export declare function runDaemonStop(options?: { json?: boolean; disable?: boolean; }): Promise; export declare function runDaemonRestart(options?: { json?: boolean; wait?: string; }): Promise;