import type * as SK from "../../Sink/index.js"; import * as C from "../core.js"; /** * Pipes all of the values from this stream through the provided sink. * * @see `transduce` */ export declare function pipeThrough(self: C.Stream, sink: SK.Sink): C.Stream; //# sourceMappingURL=pipeThrough.d.ts.map