import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateTeamsChannelConfigurationRequest, CreateTeamsChannelConfigurationResult, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateMicrosoftTeamsChannelConfigurationCommandInput extends CreateTeamsChannelConfigurationRequest {} export interface CreateMicrosoftTeamsChannelConfigurationCommandOutput extends CreateTeamsChannelConfigurationResult, __MetadataBearer {} declare const CreateMicrosoftTeamsChannelConfigurationCommand_base: { new ( input: CreateMicrosoftTeamsChannelConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateMicrosoftTeamsChannelConfigurationCommandInput, CreateMicrosoftTeamsChannelConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateMicrosoftTeamsChannelConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateMicrosoftTeamsChannelConfigurationCommandInput, CreateMicrosoftTeamsChannelConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateMicrosoftTeamsChannelConfigurationCommand extends CreateMicrosoftTeamsChannelConfigurationCommand_base { protected static __types: { api: { input: CreateTeamsChannelConfigurationRequest; output: CreateTeamsChannelConfigurationResult; }; sdk: { input: CreateMicrosoftTeamsChannelConfigurationCommandInput; output: CreateMicrosoftTeamsChannelConfigurationCommandOutput; }; }; }