import { Cause } from "@effect/core/io/Cause/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Returns the value associated with the first `Die` in this `Cause` if * one exists. * @tsplus getter effect/core/io/Cause dieMaybe * @tsplus location "@effect/core/io/Cause/operations/dieMaybe" */ export declare function dieMaybe(self: Cause): Maybe; //# sourceMappingURL=dieMaybe.d.ts.map