import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DeviceFarmClient"; import { GetNetworkProfileRequest, GetNetworkProfileResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetNetworkProfileCommandInput extends GetNetworkProfileRequest {} export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult, __MetadataBearer {} declare const GetNetworkProfileCommand_base: { new ( input: GetNetworkProfileCommandInput ): import("@smithy/smithy-client").CommandImpl< GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetNetworkProfileCommandInput ): import("@smithy/smithy-client").CommandImpl< GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetNetworkProfileCommand extends GetNetworkProfileCommand_base { protected static __types: { api: { input: GetNetworkProfileRequest; output: GetNetworkProfileResult; }; sdk: { input: GetNetworkProfileCommandInput; output: GetNetworkProfileCommandOutput; }; }; }