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