import { Effect } from "@effect/core/io/Effect/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * "Zooms in" on the value in the `Right` side of an `Either`, moving the * possibility that the value is a `Left` to the error channel. * @tsplus getter effect/core/io/Effect right * @tsplus location "@effect/core/io/Effect/operations/right" */ export declare function right(self: Effect>): Effect, B>; //# sourceMappingURL=right.d.ts.map