import type * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Consumes all elements of the stream, passing them to the specified callback. */ export declare function forEach_(self: C.Stream, f: (a: A) => T.Effect): T.Effect; /** * Consumes all elements of the stream, passing them to the specified callback. * * @ets_data_first forEach_ */ export declare function forEach(f: (a: A) => T.Effect): (self: C.Stream) => T.Effect; //# sourceMappingURL=forEach.d.ts.map