import { ImmutableMap } from "@tsplus/stdlib/collections/ImmutableMap/definition"; /** * Creates a new `ImmutableMap` make a set of entries. * @tsplus static ImmutableMap.Ops __call * @tsplus static ImmutableMap.Ops make * @tsplus location "@tsplus/stdlib/collections/ImmutableMap/make" */ export declare function make(...entries: Entries): ImmutableMap; //# sourceMappingURL=make.d.ts.map