import type { Cause } from "../Cause/cause.js"; import type { Effect, RIO } from "./effect.js"; /** * Returns an effect that succeeds with the cause of failure of this effect, * or `Cause.empty` if the effect did not succeed. */ export declare function cause(effect: Effect, __trace?: string): RIO>; //# sourceMappingURL=cause.d.ts.map