import { USTM } from "@effect/core/stm/STM/definition/base"; import { TMap } from "@effect/core/stm/TMap/definition"; /** * Makes a new `TMap` that is initialized with specified values. * @tsplus static effect/core/stm/TMap.Ops make * @tsplus static effect/core/stm/TMap.Ops __call * @tsplus location "@effect/core/stm/TMap/operations/make" */ export declare function make(...data: Array): USTM>; //# sourceMappingURL=make.d.ts.map