import { Stream } from "@effect/core/stream/Stream/definition"; /** * Threads the stream through the transformation function `f`. * @tsplus pipeable-operator effect/core/stream/Stream >> * @tsplus static effect/core/stream/Stream via * @tsplus pipeable effect/core/stream/Stream via * @tsplus location "@effect/core/stream/Stream/operations/via" */ export declare function via(f: (a: Stream) => Stream): (self: Stream) => Stream; //# sourceMappingURL=via.d.ts.map