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