import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { UpdateDestinationRequest, UpdateDestinationResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface UpdateDestinationCommandInput extends UpdateDestinationRequest {} export interface UpdateDestinationCommandOutput extends UpdateDestinationResponse, __MetadataBearer {} declare const UpdateDestinationCommand_base: { new ( input: UpdateDestinationCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateDestinationCommandInput, UpdateDestinationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateDestinationCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateDestinationCommandInput, UpdateDestinationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateDestinationCommand extends UpdateDestinationCommand_base { protected static __types: { api: { input: UpdateDestinationRequest; output: {}; }; sdk: { input: UpdateDestinationCommandInput; output: UpdateDestinationCommandOutput; }; }; }