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