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