import type { EditorCommand } from '../edix'; import type { DocFragment } from '../edix/doc/types'; export declare const useCommandSelection: () => { commandSelection: import("vue").ShallowRef<{ column: number; line: number; }, { column: number; line: number; }>; docSnapshot: import("vue").ShallowRef; GetCursorPosition: EditorCommand<[]>; GetDocSnapshot: EditorCommand<[]>; };