import type { EditorView } from '@atlaskit/editor-prosemirror/view'; export declare function setTextSelection(view: EditorView, anchor: number, head?: number): void;