import type * as SK from "../../Sink/index.js"; import * as C from "../core.js"; /** * Applies the transducer to the stream and emits its outputs. */ export declare function transduce_(self: C.Stream, sink: SK.Sink): C.Stream; /** * Applies the transducer to the stream and emits its outputs. * * @ets_data_first transduce_ */ export declare function transduce(sink: SK.Sink): (self: C.Stream) => C.Stream; //# sourceMappingURL=transduce.d.ts.map