import { IEditorEvent } from '../editor-events'; import { IEditorState } from '../editor-state'; export default function selectStateReducer(currentState: IEditorState, ev: IEditorEvent): IEditorState;