import { CursorEditor, CursorState } from '@getguru/slate-yjs-core'; import { BaseRange } from 'slate'; export declare function getCursorRange = Record>(editor: CursorEditor, cursorState: CursorState): BaseRange | null; //# sourceMappingURL=getCursorRange.d.ts.map