import type { IEditor } from 'roosterjs-content-model-types'; /** * @internal */ export declare function adjustSelectionAroundEntity(editor: IEditor, key: 'ArrowLeft' | 'ArrowRight', shiftKey: boolean): void;