import { ModuleDispatchProps } from '../interface'; import { Constructorof, EffectModule } from '../EffectModule'; export declare function useEffectModule>(M: Constructorof, mapStateToProps: (state: GlobalState) => State): [State, ModuleDispatchProps];