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.Ops from * @tsplus location "@tsplus/stdlib/collections/SortedSet/from" */ export declare function from_(ord: Ord): (iterable: Collection) => SortedSet; /** * @tsplus static SortedSet.Aspects from */ export declare const from: () => (ord: import("../../prelude/Ord").Ord) => (iterable: import("../Collection").Collection) => import("./definition").SortedSet; //# sourceMappingURL=from.d.ts.map