import type { Command } from 'commander'; import { type StopCommandContext } from '../commands/stop.js'; export declare function registerStopCommand(program: Command, ctx: StopCommandContext): void;