import { ParSeq } from "@tsplus/stdlib/collections/ParSeq/definition"; /** * Constructs a new collection of events for each event in this collection of * events, collecting them back into a single collection of events. * @tsplus static ParSeq.Aspects flatMap * @tsplus pipeable ParSeq flatMap * @tsplus location "@tsplus/stdlib/collections/ParSeq/flatMap" */ export declare function flatMap(f: (a: A) => ParSeq): (self: ParSeq) => ParSeq; //# sourceMappingURL=flatMap.d.ts.map