import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Lifts an `Maybe` into a `STM`. * @tsplus static effect/core/stm/STM.Ops fromMaybe * @tsplus location "@effect/core/stm/STM/operations/fromMaybe" */ export declare function fromMaybe(option: Maybe): STM, A>; //# sourceMappingURL=fromMaybe.d.ts.map