import types from './types'; declare function wrap(fn: types.AnyFn, wrapper: types.AnyFn): types.AnyFn; export default wrap;