export declare function hashLine(content: string): string; export declare function parseAnchor(anchor: string): { line: number; hash: string; }; export declare function buildAnchoredView(filePath: string): string; //# sourceMappingURL=line-hash.d.ts.map