import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition"; /** * Determines if two `HashSet`s are equivalent. * @tsplus pipeable-operator HashSet == * @tsplus static HashSet.Aspects equals * @tsplus pipeable HashSet equals * @tsplus location "@tsplus/stdlib/collections/HashSet/operations/equals" */ export declare function equals(that: HashSet): (self: HashSet) => boolean; //# sourceMappingURL=equals.d.ts.map