import { CrossReference } from '../types/index.js';
export declare class CrossReferenceAnalyzer {
    static analyzeFileReferences(filePath: string, content: string, allFiles: string[]): CrossReference[];
    private static analyzeJavaScriptTypeScript;
    private static analyzePython;
    private static analyzeJava;
    private static analyzeGo;
    private static analyzeRust;
    private static analyzeCpp;
    private static analyzeGeneric;
    private static resolveImportPath;
    private static deduplicateReferences;
}
//# sourceMappingURL=cross-reference-analyzer.d.ts.map