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