/** * Structure analyzer — walks the directory tree and annotates directories with purpose. */ import type { StructureAnalysis } from '../index.js'; export declare function analyzeStructure(projectRoot: string): StructureAnalysis; //# sourceMappingURL=structure.d.ts.map