import type { URI } from "../Prelude/index.js"; import * as P from "../Prelude/index.js"; export * from "@effect-ts/system/Iterable"; /** * `ForEach`'s `forEachF` function */ export declare const forEachF: P.ForeachFn<[URI<"IterableURI", {}>], P.Auto>; //# sourceMappingURL=operations.d.ts.map