/** * @internal */ export declare function replaceTextInRange(range: Range, replaceText: string, foundRanges: Range[]): Range | null;