import type { Effect } from "./effect.js"; /** * Converts all failures to unchecked exceptions */ export declare function orDieKeep(effect: Effect, __trace?: string): Effect; //# sourceMappingURL=orDieKeep.d.ts.map