import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * @tsplus getter effect/core/stream/Channel toSink * @tsplus static effect/core/stream/Channel.Ops toSink * @tsplus location "@effect/core/stream/Channel/operations/toSink" */ export declare function toSink(self: Channel, unknown, OutErr, Chunk, OutDone>): Sink; //# sourceMappingURL=toSink.d.ts.map