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