/** * Run Command * * Executes a command and extracts LLM-friendly error output using vibe-validate extractors. * Provides concise, structured error information to save AI agent context windows. */ import type { Command } from 'commander'; export declare function runCommand(program: Command): void; /** * Show verbose help with detailed documentation */ export declare function showRunVerboseHelp(): void; //# sourceMappingURL=run.d.ts.map