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