import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Cause } from "@effect/core/io/Cause/definition"; import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Creates a sink halting with a specified cause. * @tsplus static effect/core/stream/Sink.Ops failCauseSync * @tsplus location "@effect/core/stream/Sink/operations/failCauseSync" */ export declare function failCauseSync(cause: LazyArg>): Sink; //# sourceMappingURL=failCauseSync.d.ts.map