export interface AnalyzeOptions { iteration?: string; output?: string; auto?: boolean; interactive?: boolean; task?: string; type?: string; platform?: string; source?: string; requirements?: string; scope?: 'global' | 'iteration' | 'task'; depth?: 'quick' | 'normal' | 'deep'; prompt?: boolean; apply?: string; withCode?: boolean; noSource?: boolean; sourceScope?: string; supplement?: boolean; feature?: string; doc?: string; sync?: boolean; auditFix?: boolean; full?: boolean; phase?: string; applyPhase?: string; pipeline?: boolean; streaming?: boolean; streamingPhase?: string; incremental?: boolean; reanalyze?: boolean; addPlatform?: string; contextGuard?: boolean; estimateOnly?: boolean; module?: string; clarify?: boolean; skipClarify?: boolean; layer?: number; deep?: string; iterative?: boolean; filter?: string; docName?: string; featureName?: string; } export declare function analyzeCommand(options: AnalyzeOptions): Promise; //# sourceMappingURL=analyze.d.ts.map