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