import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { CreateParticipantRequest, CreateParticipantResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateParticipantCommandInput extends CreateParticipantRequest {} export interface CreateParticipantCommandOutput extends CreateParticipantResponse, __MetadataBearer {} declare const CreateParticipantCommand_base: { new ( input: CreateParticipantCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateParticipantCommandInput, CreateParticipantCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateParticipantCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateParticipantCommandInput, CreateParticipantCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateParticipantCommand extends CreateParticipantCommand_base { protected static __types: { api: { input: CreateParticipantRequest; output: CreateParticipantResponse; }; sdk: { input: CreateParticipantCommandInput; output: CreateParticipantCommandOutput; }; }; }