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