import { LazyArg } from "@tsplus/stdlib/data/Function"; import { USTM } from "@effect/core/stm/STM/definition/base"; import { TRef } from "@effect/core/stm/TRef/definition"; /** * Makes a new `TRef` that is initialized to the specified value. * @tsplus static effect/core/stm/TRef.Ops make * @tsplus location "@effect/core/stm/TRef/operations/make" */ export declare function make(a: LazyArg): USTM>; //# sourceMappingURL=make.d.ts.map