/** * Analyze CLI Command definition (GAP-11 / SPEC-08) * * Exposes pacing & structure analysis sub-commands. */ import type { Command } from '../types.js'; export declare const analyzeCommand: Command; //# sourceMappingURL=analyze.d.ts.map