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 getter effect/core/io/Effect absorb * @tsplus location "@effect/core/io/Effect/operations/absorb" */ export declare function absorb(self: Effect): import("../definition").Effect; //# sourceMappingURL=absorb.d.ts.map