import { Ord } from "@tsplus/stdlib/prelude/Ord/definition"; import { List } from "@tsplus/stdlib/collections/List/definition"; /** * @tsplus static List.Aspects sortWith * @tsplus pipeable List sortWith * @tsplus location "@tsplus/stdlib/collections/List/sortWith" */ export declare function sortWith(ord: Ord): (self: List) => List; //# sourceMappingURL=sortWith.d.ts.map