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