import { LazyArg } from "@tsplus/stdlib/data/Function"; 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 failCauseSync * @tsplus location "@effect/core/stream/Stream/operations/failCauseSync" */ export declare function failCauseSync(cause: LazyArg>): Stream; //# sourceMappingURL=failCauseSync.d.ts.map