import { Stream } from "@effect/core/stream/Stream/definition"; /** * Transforms the elements of this stream using the supplied function. * @tsplus static effect/core/stream/Stream.Aspects map * @tsplus pipeable effect/core/stream/Stream map * @tsplus location "@effect/core/stream/Stream/operations/map" */ export declare function map(f: (a: A) => B): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=map.d.ts.map