import { Map } from 'immutable'; declare const nodeTypeReducer: (state: Map | undefined, action: any) => Map; export default nodeTypeReducer;