import { Effect } from "@effect/core/io/Effect/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Performs the specified operation while "zoomed in" on the `Right` case of an * `Either`. * @tsplus static effect/core/io/Effect.Aspects rightWith * @tsplus location "@effect/core/io/Effect/operations/rightWith" */ export declare function rightWith(f: (effect: Effect, B>) => Effect, B1>): (self: Effect>) => Effect>; //# sourceMappingURL=rightWith.d.ts.map