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"; /** * Performs the specified operation with the channel underlying this stream. * @tsplus static effect/core/stream/Stream.Aspects channelWith * @tsplus pipeable effect/core/stream/Stream channelWith * @tsplus location "@effect/core/stream/Stream/operations/channelWith" */ export declare function channelWith(f: (channel: Channel, unknown>) => Channel, unknown>): (self: Stream) => Stream; //# sourceMappingURL=channelWith.d.ts.map