import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetNetworkInput, GetNetworkOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetNetworkCommandInput extends GetNetworkInput {} export interface GetNetworkCommandOutput extends GetNetworkOutput, __MetadataBearer {} declare const GetNetworkCommand_base: { new ( input: GetNetworkCommandInput, ): import("@smithy/core/client").CommandImpl< GetNetworkCommandInput, GetNetworkCommandOutput, import("..").ManagedBlockchainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetNetworkCommandInput, ): import("@smithy/core/client").CommandImpl< GetNetworkCommandInput, GetNetworkCommandOutput, import("..").ManagedBlockchainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetNetworkCommand extends GetNetworkCommand_base { protected static __types: { api: { input: GetNetworkInput; output: GetNetworkOutput; }; sdk: { input: GetNetworkCommandInput; output: GetNetworkCommandOutput; }; }; }