import { TRef } from "@effect/core/stm/TRef/definition"; /** * Unsafely makes a new `TRef` that is initialized to the specified value. * @tsplus static effect/core/stm/TRef.Ops unsafeMake * @tsplus location "@effect/core/stm/TRef/operations/unsafeMake" */ export declare function unsafeMake(value: A): TRef; //# sourceMappingURL=unsafeMake.d.ts.map