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