/** * Stop Command * Issue #96: npm install CLI support * Issue #125: Use getPidFilePath for correct path resolution * Issue #136: Add --issue flag for worktree-specific server stop * Stop CommandMate server */ import { StopOptions } from '../types'; /** * Execute stop command * Issue #125: Use getPidFilePath for correct path resolution * Issue #136: Support --issue flag for worktree-specific server stop */ export declare function stopCommand(options: StopOptions): Promise; //# sourceMappingURL=stop.d.ts.map