import { ActionUnknown, CompleteConfig, FormState } from '../typings';
export declare const createNodeReducer: <S extends object>(config: CompleteConfig<S>) => (state: FormState<any>, action: ActionUnknown) => any;
