/** * Architecture analyzer — detects layers, entry points, and architectural patterns. */ import type { ProjectContext } from '../../store/project-detect.js'; import type { ArchAnalysis } from '../index.js'; export declare function analyzeArchitecture(projectRoot: string, _projectContext: ProjectContext): ArchAnalysis; //# sourceMappingURL=architecture.d.ts.map