import { SortedSet } from "@tsplus/stdlib/collections/SortedSet/definition";
/**
* The set of elements which are in both the first and second set.
*
* **Note**: the hash and equal of the 2 sets must be the same.
* @tsplus static SortedSet.Aspects intersection
* @tsplus pipeable SortedSet intersection
* @tsplus location "@tsplus/stdlib/collections/SortedSet/intersection"
*/
export declare function intersection(that: Iterable): (self: SortedSet) => SortedSet;
//# sourceMappingURL=intersection.d.ts.map