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