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