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