import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { DeletePackageRequest, DeletePackageResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeletePackageCommandInput extends DeletePackageRequest {} export interface DeletePackageCommandOutput extends DeletePackageResponse, __MetadataBearer {} declare const DeletePackageCommand_base: { new ( input: DeletePackageCommandInput ): import("@smithy/core/client").CommandImpl< DeletePackageCommandInput, DeletePackageCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeletePackageCommandInput ): import("@smithy/core/client").CommandImpl< DeletePackageCommandInput, DeletePackageCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeletePackageCommand extends DeletePackageCommand_base { protected static __types: { api: { input: DeletePackageRequest; output: {}; }; sdk: { input: DeletePackageCommandInput; output: DeletePackageCommandOutput; }; }; }