import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { DeleteDestinationRequest, DeleteDestinationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteDestinationCommandInput extends DeleteDestinationRequest {} export interface DeleteDestinationCommandOutput extends DeleteDestinationResponse, __MetadataBearer {} declare const DeleteDestinationCommand_base: { new ( input: DeleteDestinationCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteDestinationCommandInput, DeleteDestinationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteDestinationCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteDestinationCommandInput, DeleteDestinationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteDestinationCommand extends DeleteDestinationCommand_base { protected static __types: { api: { input: DeleteDestinationRequest; output: {}; }; sdk: { input: DeleteDestinationCommandInput; output: DeleteDestinationCommandOutput; }; }; }