import { State } from '../customTypings/index.d'; declare const nodeReducer: (state: State, action: any) => any; export default nodeReducer;