import { State } from '../../state'; import { NodeActions } from "./actions"; export declare function nodeReducer(state: State, action: NodeActions): State;