import type { IEditor } from 'roosterjs-content-model-types'; import type { FindReplaceContext } from '../types/FindReplaceContext'; /** * @internal */ export declare function updateHighlight(editor: IEditor, context: FindReplaceContext, addedBlockElements?: HTMLElement[] | null, removedBlockElements?: HTMLElement[] | null): void;