import { SelectionLike } from '../selection'; export declare function normalizeSelection(element: Element, selection: SelectionLike): SelectionLike; export declare function normalizeSelectionInElement(element: Element): void;