import * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Maps over elements of the stream with the specified effectful function. */ export declare function mapEffect_(self: C.Stream, f: (a: A) => T.Effect): C.Stream; /** * Maps over elements of the stream with the specified effectful function. * * @ets_data_first mapEffect_ */ export declare function mapEffect(f: (a: A) => T.Effect): (self: C.Stream) => C.Stream; //# sourceMappingURL=mapEffect.d.ts.map