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