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