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