import type { PipeGenericParams } from '../types'; import { type OperatorApplier } from './helpers/operatorHelpers'; export declare function parallel(params: PipeGenericParams[], operatorAppliers: OperatorApplier[]): OperatorApplier; //# sourceMappingURL=parallel.d.ts.map