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