import { Ord } from "@tsplus/stdlib/prelude/Ord/definition"; import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { SortedMap } from "@tsplus/stdlib/collections/SortedMap/definition"; /** * @tsplus static SortedMap.Ops from * @tsplus location "@tsplus/stdlib/collections/SortedMap/from" */ export declare function from_(ord: Ord): (iterable: Collection) => SortedMap; /** * @tsplus static SortedMap.Aspects from */ export declare const from: () => (ord: import("../../prelude/Ord").Ord) => (iterable: import("../Collection").Collection) => import("./definition").SortedMap; //# sourceMappingURL=from.d.ts.map