import type { CommentAnchor, AnchorResolutionResult, ResolveAnchorOptions } from './types.js';
export declare function resolveAnchor(content: string, anchor: CommentAnchor, options?: ResolveAnchorOptions): AnchorResolutionResult;
