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