/** * Analyze code with AI */ interface AnalyzeOptions { path: string; type?: 'review' | 'explain' | 'security' | 'performance'; } export declare function analyzeCommand(options: AnalyzeOptions): Promise; export {}; //# sourceMappingURL=analyze.d.ts.map