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