import { Effect } from '../Effects/Type'; import { Action } from '../Action'; declare type IWrapper = (action: Action) => Action; export default IWrapper;