import type { Call, CallResolveContext, UnresolvedCall } from './types.js'; export declare function resolveCalls(calls: readonly UnresolvedCall[], context: CallResolveContext): Promise; //# sourceMappingURL=resolve.d.ts.map