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