import { Operation, TOperationName } from '../core'; import { ArrayWorkflowMapper } from '../mappers/array-workflow-mapper'; import { TRetrieveConnectionsParams, TRetrieveConnectionsResult } from '../types'; export declare class RetrieveConnections extends Operation { readonly operationName: TOperationName; protected readonly mapper: ArrayWorkflowMapper; } //# sourceMappingURL=retrieve-connections.d.ts.map