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