import type { Effect } from "./effect.js"; /** * Unearth the unchecked failure of the effect. (opposite of `orDie`) */ export declare function resurrect(self: Effect, __trace?: string): Effect; //# sourceMappingURL=resurrect.d.ts.map