/** * Documentation Analyzer - Single Responsibility: Analyzing project documentation */ export declare class DocumentationAnalyzer { analyze(projectPath: string): Promise; } //# sourceMappingURL=documentation-analyzer.d.ts.map