import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeClient"; import { BatchCreateRoomMembershipRequest, BatchCreateRoomMembershipResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchCreateRoomMembershipCommandInput extends BatchCreateRoomMembershipRequest {} export interface BatchCreateRoomMembershipCommandOutput extends BatchCreateRoomMembershipResponse, __MetadataBearer {} declare const BatchCreateRoomMembershipCommand_base: { new ( input: BatchCreateRoomMembershipCommandInput ): import("@smithy/core/client").CommandImpl< BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchCreateRoomMembershipCommandInput ): import("@smithy/core/client").CommandImpl< BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class BatchCreateRoomMembershipCommand extends BatchCreateRoomMembershipCommand_base { protected static __types: { api: { input: BatchCreateRoomMembershipRequest; output: BatchCreateRoomMembershipResponse; }; sdk: { input: BatchCreateRoomMembershipCommandInput; output: BatchCreateRoomMembershipCommandOutput; }; }; }