import type { DependencyGraph } from '../types/index.js'; export declare class DependencyAnalyzer { analyzeDependencies(projectPath: string, filePath?: string): Promise; private detectLanguageFromPath; private detectCircularDependencies; detectTechStack(projectPath: string): Promise<{ languages: string[]; frameworks: string[]; packageManagers: string[]; buildTools: string[]; testFrameworks: string[]; }>; } //# sourceMappingURL=dependency-analyzer.d.ts.map