import { CursorState } from '@getguru/slate-yjs-core'; import { Store } from '../types'; export declare type CursorStore = Record> = Store>>; export declare function useRemoteCursorStateStore = Record>(): CursorStore; //# sourceMappingURL=useRemoteCursorStateStore.d.ts.map