import { LazyArg } from "@tsplus/stdlib/data/Function"; import { STM } from "@effect/core/stm/STM/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Extracts the optional value, or executes the effect 'orElse'. * @tsplus static effect/core/stm/STM.Aspects someOrElseSTM * @tsplus pipeable effect/core/stm/STM someOrElseSTM * @tsplus location "@effect/core/stm/STM/operations/someOrElseSTM" */ export declare function someOrElseSTM(orElse: LazyArg>): (self: import("../definition").STM>) => import("../definition").STM; //# sourceMappingURL=someOrElseSTM.d.ts.map