import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeOutboundConnectionsRequest, DescribeOutboundConnectionsResponse, } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeOutboundConnectionsCommandInput extends DescribeOutboundConnectionsRequest {} export interface DescribeOutboundConnectionsCommandOutput extends DescribeOutboundConnectionsResponse, __MetadataBearer {} declare const DescribeOutboundConnectionsCommand_base: { new ( input: DescribeOutboundConnectionsCommandInput ): import("@smithy/core/client").CommandImpl< DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeOutboundConnectionsCommandInput] ): import("@smithy/core/client").CommandImpl< DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DescribeOutboundConnectionsCommand extends DescribeOutboundConnectionsCommand_base { protected static __types: { api: { input: DescribeOutboundConnectionsRequest; output: DescribeOutboundConnectionsResponse; }; sdk: { input: DescribeOutboundConnectionsCommandInput; output: DescribeOutboundConnectionsCommandOutput; }; }; }