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