/** * batch — symbol extraction and context-map building. * * Parses source files to produce a navigable symbol map for context-aware * reading of large files. */ import { type FileContextMap } from "./constants.js"; export declare function buildFileContextMap(filePath: string, lines: string[]): FileContextMap; //# sourceMappingURL=symbols.d.ts.map