import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition"; /** * Applies the specified function to the values of the `HashSet`. * @tsplus static HashSet.Aspects forEach * @tsplus pipeable HashSet forEach * @tsplus location "@tsplus/stdlib/collections/HashSet/operations/forEach" */ export declare function forEach(f: (v: A) => void): (self: HashSet) => void; //# sourceMappingURL=forEach.d.ts.map