import { Effect } from "@effect/core/io/Effect/definition"; /** * Attempts to convert defects into a failure, throwing away all information * about the cause of the failure. * @tsplus static effect/core/io/Effect.Aspects absorbWith * @tsplus pipeable effect/core/io/Effect absorbWith * @tsplus location "@effect/core/io/Effect/operations/absorbWith" */ export declare function absorbWith(f: (e: E) => unknown): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=absorbWith.d.ts.map