import { ReduxReducerFunctionType } from '../function-type';
export declare type ReduxReducerDecoratorDescriptor<S, P> = TypedPropertyDescriptor<ReduxReducerFunctionType<S, P>>;
