import { Effect } from "@effect/core/io/Effect/definition"; /** * Translates effect failure into death of the fiber, making all failures * unchecked and not a part of the type of the effect. * @tsplus getter effect/core/io/Effect orDie * @tsplus location "@effect/core/io/Effect/operations/orDie" */ export declare function orDie(self: Effect): Effect; //# sourceMappingURL=orDie.d.ts.map