import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition";
/**
* Checks if the specified value exists in the `HashSet`.
* @tsplus static HashSet.Aspects has
* @tsplus pipeable HashSet has
* @tsplus location "@tsplus/stdlib/collections/HashSet/operations/has"
*/
export declare function has(value: A): (self: HashSet) => boolean;
//# sourceMappingURL=has.d.ts.map