import type { DependencyGraph, ProjectInfo, CodesightConfig } from "../types.js"; export declare function detectDependencyGraph(files: string[], project: ProjectInfo, _config?: CodesightConfig): Promise;