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