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