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