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