import { Cause } from "@effect/core/io/Cause/definition"; import { Effect } from "@effect/core/io/Effect/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * @tsplus static effect/core/stream/Pull.Ops failCause * @tsplus location "@effect/core/stream/Pull/operations/failCause" */ export declare function failCause(cause: Cause): Effect, never>; //# sourceMappingURL=failCause.d.ts.map