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