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