import { STM } from "@effect/core/stm/STM/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Maps the success value of this effect to an optional value. * @tsplus getter effect/core/stm/STM asSome * @tsplus location "@effect/core/stm/STM/operations/asSome" */ export declare function asSome(self: STM): STM>; //# sourceMappingURL=asSome.d.ts.map