import { Cause } from "@effect/core/io/Cause/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Remove all `Die` causes that the specified partial function is defined at, * returning `Some` with the remaining causes or `None` if there are no * remaining causes. * @tsplus static effect/core/io/Cause.Aspects stripSomeDefects * @tsplus pipeable effect/core/io/Cause stripSomeDefects * @tsplus location "@effect/core/io/Cause/operations/stripSomeDefects" */ export declare function stripSomeDefects(pf: (defect: unknown) => unknown): (cause: import("@effect/core/io/Cause/definition").Cause) => import("@tsplus/stdlib/data/Maybe").Maybe>; //# sourceMappingURL=stripSomeDefects.d.ts.map