/** * Analyze Command Handlers (GAP-11 / SPEC-08, SPEC-05) * * Dispatches to PacingAnalyzer and ProseAnalyzer and formats output for the CLI. */ import type { ParsedArgs, OutputFormatter } from '../types.js'; export declare function handleAnalyzeCommand(args: ParsedArgs, projectPath: string, output: OutputFormatter): Promise; //# sourceMappingURL=analyze-handler.d.ts.map