import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeSDKMessagingClient"; import { BatchCreateChannelMembershipRequest, BatchCreateChannelMembershipResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchCreateChannelMembershipCommandInput extends BatchCreateChannelMembershipRequest {} export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateChannelMembershipResponse, __MetadataBearer {} declare const BatchCreateChannelMembershipCommand_base: { new ( input: BatchCreateChannelMembershipCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchCreateChannelMembershipCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class BatchCreateChannelMembershipCommand extends BatchCreateChannelMembershipCommand_base { protected static __types: { api: { input: BatchCreateChannelMembershipRequest; output: BatchCreateChannelMembershipResponse; }; sdk: { input: BatchCreateChannelMembershipCommandInput; output: BatchCreateChannelMembershipCommandOutput; }; }; }