import type { IEditor, DOMSelection } from 'roosterjs-content-model-types'; /** * @internal * Adjust Image selection, so the copy by keyboard does not remove image selection. */ export declare function adjustImageSelectionOnSafari(editor: IEditor, selection: DOMSelection | null): void;