import { Ord } from "@tsplus/stdlib/prelude/Ord/definition"; import { SortedMap } from "@tsplus/stdlib/collections/SortedMap/definition"; /** * @tsplus static SortedMap.Ops __call * @tsplus static SortedMap.Ops make * @tsplus location "@tsplus/stdlib/collections/SortedMap/make" */ export declare function make(ord: Ord): (...entries: Entries) => SortedMap; //# sourceMappingURL=make.d.ts.map