import * as C from "../core.js"; /** * Transforms the elements of this stream using the supplied function. */ export declare function map_(self: C.Stream, f: (o: O) => O1): C.Stream; /** * Transforms the elements of this stream using the supplied function. * * @ets_data_first map_ */ export declare function map(f: (o: O) => O1): (self: C.Stream) => C.Stream; //# sourceMappingURL=map.d.ts.map