/** Architecture insights: folder tree, module breakdown, layering violations. */ import type { Asset, ArchitectureInsights, ResolvedConfig } from '../core/types'; export declare function analyzeArchitecture(assets: Asset[], config: ResolvedConfig): ArchitectureInsights;