import * as T from "../../../Effect/index.js"; import type * as C from "./core.js"; /** * A sink that executes the provided effectful function for every element fed to it. */ export declare function forEach(f: (_in: In) => T.Effect): C.Sink; //# sourceMappingURL=forEach.d.ts.map