import type { WithFunction } from '../types'; declare const _with: () => (fn: WithFunction) => T; export default _with;