import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { AssociateFlowRequest, AssociateFlowResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AssociateFlowCommandInput extends AssociateFlowRequest {} export interface AssociateFlowCommandOutput extends AssociateFlowResponse, __MetadataBearer {} declare const AssociateFlowCommand_base: { new ( input: AssociateFlowCommandInput ): import("@smithy/smithy-client").CommandImpl< AssociateFlowCommandInput, AssociateFlowCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AssociateFlowCommandInput ): import("@smithy/smithy-client").CommandImpl< AssociateFlowCommandInput, AssociateFlowCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class AssociateFlowCommand extends AssociateFlowCommand_base { protected static __types: { api: { input: AssociateFlowRequest; output: {}; }; sdk: { input: AssociateFlowCommandInput; output: AssociateFlowCommandOutput; }; }; }