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