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