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