interface AnalyzeOptions { deep?: boolean; output?: string; format?: 'text' | 'json' | 'html'; } export declare function analyzeCommand(options?: AnalyzeOptions): Promise; export {}; //# sourceMappingURL=analyze.d.ts.map