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