import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Pipe the output of a channel into the input of another. * @tsplus pipeable-operator effect/core/stream/Channel >> * @tsplus static effect/core/stream/Channel.Aspects pipeTo * @tsplus pipeable effect/core/stream/Channel pipeTo * @tsplus location "@effect/core/stream/Channel/operations/pipeTo" */ export declare function pipeTo(that: Channel): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=pipeTo.d.ts.map