import { ActionCreator, ActionCreatorsMapObject, Dispatch } from 'redux'; declare function wrapActionCreator | ActionCreatorsMapObject>(actionCreators: any): (dispatch: Dispatch) => T; export default wrapActionCreator;