import { ResultAsync } from "neverthrow";
import type { GlobalLaunchpadArgs } from "../cli.js";
/**
 * Stop command - Gracefully stop the persistent controller via IPC,
 * with SIGTERM and SIGKILL fallbacks if IPC fails.
 */
export declare function stop(argv: GlobalLaunchpadArgs): ResultAsync<void, never>;
//# sourceMappingURL=stop.d.ts.map