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 failCause * @tsplus location "@effect/core/stream/Sink/operations/failCause" */ export declare function failCause(cause: Cause): Sink; //# sourceMappingURL=failCause.d.ts.map