import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { SortedSet } from "@tsplus/stdlib/collections/SortedSet/definition"; /** * Computes the set difference between the set and the specified collection. * @tsplus static SortedSet.Aspects difference * @tsplus pipeable SortedSet difference * @tsplus location "@tsplus/stdlib/collections/SortedSet/difference" */ export declare function difference(that: Collection): (self: SortedSet) => SortedSet; //# sourceMappingURL=difference.d.ts.map