import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateOutboundConnectionRequest, CreateOutboundConnectionResponse, } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchClient"; export { __MetadataBearer }; export { $Command }; export interface CreateOutboundConnectionCommandInput extends CreateOutboundConnectionRequest {} export interface CreateOutboundConnectionCommandOutput extends CreateOutboundConnectionResponse, __MetadataBearer {} declare const CreateOutboundConnectionCommand_base: { new ( input: CreateOutboundConnectionCommandInput ): import("@smithy/core/client").CommandImpl< CreateOutboundConnectionCommandInput, CreateOutboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateOutboundConnectionCommandInput ): import("@smithy/core/client").CommandImpl< CreateOutboundConnectionCommandInput, CreateOutboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateOutboundConnectionCommand extends CreateOutboundConnectionCommand_base { protected static __types: { api: { input: CreateOutboundConnectionRequest; output: CreateOutboundConnectionResponse; }; sdk: { input: CreateOutboundConnectionCommandInput; output: CreateOutboundConnectionCommandOutput; }; }; }