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