import type { ArtifactResolver } from "../../../types/artifact.js"; import type { DeploymentParameters } from "../../../types/deploy.js"; import type { ContractDeploymentFuture } from "../../../types/module.js"; export declare function validateArtifactContractDeployment(future: ContractDeploymentFuture, _artifactLoader: ArtifactResolver, deploymentParameters: DeploymentParameters, accounts: string[]): Promise; //# sourceMappingURL=validateArtifactContractDeployment.d.ts.map