import type * as C from "../core.js"; /** * Threads the stream through the transformation function `f`. */ export declare function via_(self: C.Stream, f: (a: C.Stream) => C.Stream): C.Stream; /** * Threads the stream through the transformation function `f`. * * @ets_data_first via_ */ export declare function via(f: (a: C.Stream) => C.Stream): (self: C.Stream) => C.Stream; //# sourceMappingURL=via.d.ts.map