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