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