import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; /** * Constructs a new `HashMap` from an array of key/value pairs. * @tsplus static HashMap.Ops make * @tsplus static HashMap.Ops __call * @tsplus location "@tsplus/stdlib/collections/HashMap/operations/make" */ export declare function make(...entries: Entries): HashMap; //# sourceMappingURL=make.d.ts.map