import type { StaticCallFuture } from "../../../types/module.js"; import type { StaticCallExecutionState } from "../../execution/types/execution-state.js"; import type { ReconciliationContext, ReconciliationFutureResult } from "../types.js"; export declare function reconcileNamedStaticCall(future: StaticCallFuture, executionState: StaticCallExecutionState, context: ReconciliationContext): ReconciliationFutureResult; //# sourceMappingURL=reconcileNamedStaticCall.d.ts.map