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