import { TRef } from "@effect/core/stm/TRef/definition";
import type { Journal } from "@effect/core/stm/STM/definition/primitives";
import { Entry } from "@effect/core/stm/STM/Entry";
export declare function getOrMakeEntry(self: TRef, journal: Journal): Entry;
//# sourceMappingURL=getOrMakeEntry.d.ts.map