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 `Left` case of an * `Either`. * @tsplus static effect/core/io/Effect.Aspects leftWith * @tsplus pipeable effect/core/io/Effect leftWith * @tsplus location "@effect/core/io/Effect/operations/leftWith" */ export declare function leftWith(f: (effect: Effect, A>) => Effect, A1>): (self: Effect>) => Effect>; //# sourceMappingURL=leftWith.d.ts.map