import { Cause } from "@effect/core/io/Cause/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Halt a channel with the specified cause. * @tsplus static effect/core/stream/Channel.Ops failCause * @tsplus location "@effect/core/stream/Channel/operations/failCause" */ export declare function failCause(cause: Cause): Channel; //# sourceMappingURL=failCause.d.ts.map