import { Effect } from "@effect/core/io/Effect/definition"; /** * Keeps none of the errors, and terminates the fiber with them, using the * specified function to convert the `E` into a `Throwable`. * @tsplus static effect/core/io/Effect.Aspects orDieWith * @tsplus pipeable effect/core/io/Effect orDieWith * @tsplus location "@effect/core/io/Effect/operations/orDieWith" */ export declare function orDieWith(f: (e: E) => unknown): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=orDieWith.d.ts.map