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