import { Either } from "@tsplus/stdlib/data/Either/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an effect that effectfully "peeks" at the result of this effect. * @tsplus static effect/core/io/Effect.Aspects tapEither * @tsplus pipeable effect/core/io/Effect tapEither * @tsplus location "@effect/core/io/Effect/operations/tapEither" */ export declare function tapEither(f: (either: Either) => Effect): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=tapEither.d.ts.map