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