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