import type { Effect } from "./effect.js"; /** * Keeps none of the errors, and terminates the fiber with them, using * the specified function to convert the `E` into a `unknown`. */ export declare function orDie(effect: Effect, __trace?: string): Effect; //# sourceMappingURL=orDie.d.ts.map