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