import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Ops readOrFail * @tsplus location "@effect/core/stream/Channel/operations/readOrFail" */ export declare function readOrFail(e: E): Channel; //# sourceMappingURL=readOrFail.d.ts.map