/** * Status Command * Issue #96: npm install CLI support * Issue #125: Use getPidFilePath and load .env for correct settings display * Issue #136: Add --issue and --all flags for worktree-specific status * Display CommandMate server status */ import { StatusOptions } from '../types'; /** * Execute status command * Issue #125: Use getPidFilePath and load .env for correct settings display * Issue #136: Support --issue and --all flags */ export declare function statusCommand(options?: StatusOptions): Promise; //# sourceMappingURL=status.d.ts.map