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