import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition";
/**
* Returns an `IterableIterator` of the values in the `HashSet`.
* @tsplus getter HashSet values
* @tsplus location "@tsplus/stdlib/collections/HashSet/operations/values"
*/
export declare function values(self: HashSet): IterableIterator;
//# sourceMappingURL=values.d.ts.map