import type { XrefLink } from "./types.js"; /** * Analyze cross-references in all supported documents under a directory. * Discovers local Markdown links and reports valid/broken status. * * @param projectRoot - Trusted project root. * @param dirPath - Project-root-relative directory path. * @returns Array of cross-reference link entries. */ export declare function analyzeCrossReferences(projectRoot: string, dirPath: string): XrefLink[]; //# sourceMappingURL=xref-ops.d.ts.map