import { Effect } from "@effect/core/io/Effect/definition"; import { Cause } from "@effect/core/io/Cause/definition"; /** * Returns an effect that succeeds with the cause of failure of this effect, * or `Cause.empty` if the effect did succeed. * @tsplus getter effect/core/io/Effect cause * @tsplus location "@effect/core/io/Effect/operations/cause" */ export declare function cause(self: Effect): Effect>; //# sourceMappingURL=cause.d.ts.map