import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Aspects pipeToOrFail * @tsplus pipeable effect/core/stream/Channel pipeToOrFail * @tsplus location "@effect/core/stream/Channel/operations/pipeToOrFail" */ export declare function pipeToOrFail(that: Channel): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=pipeToOrFail.d.ts.map