import type { WithFunction } from '../types.js'; import type { Stack } from './debugger.js'; declare const _with: () => ((fn: WithFunction, stack?: Stack) => T); export default _with;