import { Cause } from "@effect/core/io/Cause/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Converts the specified `Cause>` to an `Maybe[Cause[E]]` by * recursively stripping out any failures with the error `None`. * @tsplus static effect/core/io/Cause.Ops flipCauseMaybe * @tsplus location "@effect/core/io/Cause/operations/flipCauseMaybe" */ export declare function flipCauseMaybe(cause: Cause>): Maybe>; //# sourceMappingURL=flipCauseMaybe.d.ts.map