import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateParticipantConnectionRequest, CreateParticipantConnectionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateParticipantConnectionCommandInput extends CreateParticipantConnectionRequest {} export interface CreateParticipantConnectionCommandOutput extends CreateParticipantConnectionResponse, __MetadataBearer {} declare const CreateParticipantConnectionCommand_base: { new ( input: CreateParticipantConnectionCommandInput, ): import("@smithy/core/client").CommandImpl< CreateParticipantConnectionCommandInput, CreateParticipantConnectionCommandOutput, import("..").ConnectParticipantClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateParticipantConnectionCommandInput, ): import("@smithy/core/client").CommandImpl< CreateParticipantConnectionCommandInput, CreateParticipantConnectionCommandOutput, import("..").ConnectParticipantClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateParticipantConnectionCommand extends CreateParticipantConnectionCommand_base { protected static __types: { api: { input: CreateParticipantConnectionRequest; output: CreateParticipantConnectionResponse; }; sdk: { input: CreateParticipantConnectionCommandInput; output: CreateParticipantConnectionCommandOutput; }; }; }