import { ActionFunctionTypeArray } from '../action/function-type-array';
import { ReduxReducerDecoratorType as DecoratorType } from './decorator/type';
export declare function ReduxReducer<S = any, P = any>(types: ActionFunctionTypeArray<P>): DecoratorType<S, P>;
