import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IVSRealTimeClient"; import { CreateParticipantTokenRequest, CreateParticipantTokenResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateParticipantTokenCommandInput extends CreateParticipantTokenRequest {} export interface CreateParticipantTokenCommandOutput extends CreateParticipantTokenResponse, __MetadataBearer {} declare const CreateParticipantTokenCommand_base: { new ( input: CreateParticipantTokenCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateParticipantTokenCommandInput, CreateParticipantTokenCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateParticipantTokenCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateParticipantTokenCommandInput, CreateParticipantTokenCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateParticipantTokenCommand extends CreateParticipantTokenCommand_base { protected static __types: { api: { input: CreateParticipantTokenRequest; output: CreateParticipantTokenResponse; }; sdk: { input: CreateParticipantTokenCommandInput; output: CreateParticipantTokenCommandOutput; }; }; }