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