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