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