import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition"; /** * @tsplus static HashSet.Ops empty * @tsplus location "@tsplus/stdlib/collections/HashSet/operations/empty" */ export declare function empty(): HashSet; //# sourceMappingURL=empty.d.ts.map