import type { SourceClaimV2 } from "./long-task-delivery-types.js"; export declare function validateSourceAnchors(repository: string, sourceClaims: SourceClaimV2[]): Promise; export declare function markdownAnchors(content: string): Set;