import { MapStateToProps, MapDispatchToPropsFunction } from 'react-redux'; import { Constructorof, EffectModule } from './EffectModule'; export declare const connect: >(effectModule: Constructorof) => (mapStateToProps: MapStateToProps, mapDispatchToProps?: OtherDisptchProps | import("react-redux").MapDispatchToPropsFactory | MapDispatchToPropsFunction | undefined, mergeProps?: any, options?: any) => import("react-redux").InferableComponentEnhancerWithProps extends void ? () => import("redux-actions").Action : (payload: import("./interface").UnpackPayload) => import("redux-actions").Action>; } & { defaultState: never; } & OtherDisptchProps, OwnProps>;