import { Command } from 'commander'; /** * Create stop subcommand - delegates to daemon lifecycle core */ export declare function createStopCommand(): Command;