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