import { TRef } from "@effect/core/stm/TRef/definition";
import { USTM } from "@effect/core/stm/STM/definition/base";
/**
* Retrieves the value of the `TRef`.
* @tsplus getter effect/core/stm/TRef get
* @tsplus location "@effect/core/stm/TRef/operations/get"
*/
export declare function get(self: TRef): USTM;
//# sourceMappingURL=get.d.ts.map