/** * Move the selection */ export declare function moveSelection(node: Element, direction: -1 | 1): void;