import { State, EditorActions } from '../src'; declare function rootReducer(state: State | undefined, action: EditorActions): State; export default rootReducer;