import { type Dispatch } from 'redux'; export declare function wrapActionCreators(actionCreators: any): (dispatch: Dispatch) => any;