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