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 returns the given 'orElse'. * @tsplus static effect/core/stm/STM.Aspects someOrElse * @tsplus pipeable effect/core/stm/STM someOrElse * @tsplus location "@effect/core/stm/STM/operations/someOrElse" */ export declare function someOrElse(orElse: LazyArg): (self: import("../definition").STM>) => import("../definition").STM; //# sourceMappingURL=someOrElse.d.ts.map