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