import { ParSeq } from "@tsplus/stdlib/collections/ParSeq/definition"; /** * Flattens a collection of collections of events into a single collection * of events. * @tsplus getter ParSeq flatten * @tsplus location "@tsplus/stdlib/collections/ParSeq/flatten" */ export declare function flatten(self: ParSeq>): ParSeq; //# sourceMappingURL=flatten.d.ts.map