import { TRef } from "@effect/core/stm/TRef/definition"; import type { Journal } from "@effect/core/stm/STM/definition/primitives"; /** * Unsafely sets the value of the `TRef`. * @tsplus static effect/core/stm/TRef.Aspects unsafeSet * @tsplus pipeable effect/core/stm/TRef unsafeSet * @tsplus location "@effect/core/stm/TRef/operations/unsafeSet" */ export declare function unsafeSet(value: A, journal: Journal): (self: TRef) => void; //# sourceMappingURL=unsafeSet.d.ts.map