import { Effect } from "@effect/core/io/Effect/definition"; /** * Unearth the unchecked failure of the effect (opposite of `orDie`). * @tsplus getter effect/core/io/Effect resurrect * @tsplus location "@effect/core/io/Effect/operations/resurrect" */ export declare function resurrect(self: Effect): Effect; //# sourceMappingURL=resurrect.d.ts.map