import { Effect } from "@effect/core/io/Effect/definition"; /** * Converts all failures to unchecked exceptions. * @tsplus getter effect/core/io/Effect orDieKeep * @tsplus location "@effect/core/io/Effect/operations/orDieKeep" */ export declare function orDieKeep(self: Effect): import("../definition").Effect; //# sourceMappingURL=orDieKeep.d.ts.map