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