import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CodeartifactClient"; import { DeletePackageVersionsRequest, DeletePackageVersionsResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeletePackageVersionsCommandInput extends DeletePackageVersionsRequest {} export interface DeletePackageVersionsCommandOutput extends DeletePackageVersionsResult, __MetadataBearer {} declare const DeletePackageVersionsCommand_base: { new ( input: DeletePackageVersionsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeletePackageVersionsCommandInput, DeletePackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeletePackageVersionsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeletePackageVersionsCommandInput, DeletePackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeletePackageVersionsCommand extends DeletePackageVersionsCommand_base { protected static __types: { api: { input: DeletePackageVersionsRequest; output: DeletePackageVersionsResult; }; sdk: { input: DeletePackageVersionsCommandInput; output: DeletePackageVersionsCommandOutput; }; }; }