import { STM } from "@effect/core/stm/STM/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Unwraps the optional success of this effect, but can fail with an None value. * @tsplus getter effect/core/stm/STM get * @tsplus location "@effect/core/stm/STM/operations/get" */ export declare function get(self: STM>): STM, A>; //# sourceMappingURL=get.d.ts.map