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