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