import { Cause } from "@effect/core/io/Cause/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Returns a stream that always fails with the specified `Cause`. * @tsplus static effect/core/stream/Stream.Ops failCause * @tsplus location "@effect/core/stream/Stream/operations/failCause" */ export declare function failCause(cause: Cause): Stream; //# sourceMappingURL=failCause.d.ts.map