import type { ContractDeploymentFuture, ContractCallFuture, NamedArtifactContractDeploymentFuture, StaticCallFuture, EncodeFunctionCallFuture } from "../../../types/module.js"; import type { CallExecutionState, DeploymentExecutionState, EncodeFunctionCallExecutionState, StaticCallExecutionState } from "../../execution/types/execution-state.js"; import type { ReconciliationContext, ReconciliationFutureResultFailure } from "../types.js"; export declare function reconcileArguments(future: NamedArtifactContractDeploymentFuture | ContractDeploymentFuture | StaticCallFuture | ContractCallFuture | EncodeFunctionCallFuture, exState: DeploymentExecutionState | CallExecutionState | StaticCallExecutionState | EncodeFunctionCallExecutionState, context: ReconciliationContext): ReconciliationFutureResultFailure | undefined; //# sourceMappingURL=reconcile-arguments.d.ts.map