import type { CommentAnchor, TextSearchResult } from './types.js';
export declare function findOriginalTextInContent(content: string, anchor: CommentAnchor): TextSearchResult;
