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