import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { DisassociateFlowRequest, DisassociateFlowResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DisassociateFlowCommandInput extends DisassociateFlowRequest {} export interface DisassociateFlowCommandOutput extends DisassociateFlowResponse, __MetadataBearer {} declare const DisassociateFlowCommand_base: { new ( input: DisassociateFlowCommandInput ): import("@smithy/smithy-client").CommandImpl< DisassociateFlowCommandInput, DisassociateFlowCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DisassociateFlowCommandInput ): import("@smithy/smithy-client").CommandImpl< DisassociateFlowCommandInput, DisassociateFlowCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DisassociateFlowCommand extends DisassociateFlowCommand_base { protected static __types: { api: { input: DisassociateFlowRequest; output: {}; }; sdk: { input: DisassociateFlowCommandInput; output: DisassociateFlowCommandOutput; }; }; }