import { Ord } from "@tsplus/stdlib/prelude/Ord/definition"; import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { SortedSet } from "@tsplus/stdlib/collections/SortedSet/definition"; /** * @tsplus static SortedSet.Aspects flatMap * @tsplus pipeable SortedSet flatMap * @tsplus location "@tsplus/stdlib/collections/SortedSet/flatMap" */ export declare function flatMap(ord: Ord, f: (a: A) => Collection): (self: SortedSet) => SortedSet; //# sourceMappingURL=flatMap.d.ts.map