import { IEditorState } from '../editor-state'; export default function cursorStateReducer(currentState: IEditorState): IEditorState;