import type { DependencyGraph, FileContext } from '../types/analysis.js'; export declare function buildFileContext(filePath: string, projectRoot: string, graph?: DependencyGraph): FileContext; export declare function isTestFile(filePath: string): boolean; export declare function isConfigFile(filePath: string): boolean; export declare function isGeneratedFile(content: string): boolean; //# sourceMappingURL=file.d.ts.map