import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Pipes all the values from this stream through the provided channel. * @tsplus static effect/core/stream/Stream.Aspects pipeThroughChannel * @tsplus pipeable effect/core/stream/Stream pipeThroughChannel * @tsplus location "@effect/core/stream/Stream/operations/pipeThroughChannel" */ export declare function pipeThroughChannel(channel: Channel, unknown, E2, Chunk, unknown>): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=pipeThroughChannel.d.ts.map