import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeSDKMeetingsClient"; import { CreateAttendeeRequest, CreateAttendeeResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateAttendeeCommandInput extends CreateAttendeeRequest {} export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __MetadataBearer {} declare const CreateAttendeeCommand_base: { new ( input: CreateAttendeeCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateAttendeeCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateAttendeeCommand extends CreateAttendeeCommand_base { protected static __types: { api: { input: CreateAttendeeRequest; output: CreateAttendeeResponse; }; sdk: { input: CreateAttendeeCommandInput; output: CreateAttendeeCommandOutput; }; }; }