import type { CodeAnchor } from "./types.js"; export declare function normalizedCodeRange(lines: readonly string[]): string; export declare function codeRangeHash(lines: readonly string[]): string; export declare function codeAnchorHash(content: string, startLine: number, endLine: number): string; export declare function captureCodeAnchor(params: { repositoryRoot: string; wikiRoot: string; resourceUri: string; capturedAt?: string; }): Promise; //# sourceMappingURL=code-anchor.d.ts.map