import type { AnalyzedFile, AnalyzedProgram } from './model.js'; /*** * Collects stable source file metadata for the analyzer. */ export declare function collectSourceFiles(program: AnalyzedProgram): AnalyzedFile[];