import * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Adds an effect to consumption of every element of the stream. */ export declare function tap_(self: C.Stream, f: (a: A) => T.Effect): C.Stream; /** * Adds an effect to consumption of every element of the stream. * * @ets_data_first tap_ */ export declare function tap(f: (a: A) => T.Effect): (self: C.Stream) => C.Stream; //# sourceMappingURL=tap.d.ts.map