import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Halt a channel with the specified error. * @tsplus static effect/core/stream/Channel.Ops failSync * @tsplus location "@effect/core/stream/Channel/operations/failSync" */ export declare function failSync(e: LazyArg): Channel; //# sourceMappingURL=failSync.d.ts.map