import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { InstantiateSolNetworkInstanceInput, InstantiateSolNetworkInstanceOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface InstantiateSolNetworkInstanceCommandInput extends InstantiateSolNetworkInstanceInput {} export interface InstantiateSolNetworkInstanceCommandOutput extends InstantiateSolNetworkInstanceOutput, __MetadataBearer {} declare const InstantiateSolNetworkInstanceCommand_base: { new ( input: InstantiateSolNetworkInstanceCommandInput, ): import("@smithy/core/client").CommandImpl< InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: InstantiateSolNetworkInstanceCommandInput, ): import("@smithy/core/client").CommandImpl< InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class InstantiateSolNetworkInstanceCommand extends InstantiateSolNetworkInstanceCommand_base { protected static __types: { api: { input: InstantiateSolNetworkInstanceInput; output: InstantiateSolNetworkInstanceOutput; }; sdk: { input: InstantiateSolNetworkInstanceCommandInput; output: InstantiateSolNetworkInstanceCommandOutput; }; }; }