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