import * as P from "../../Prelude/index.js"; import type { V } from "../definition.js"; /** * `ForEach`'s `forEachF` function */ export declare const forEachF: P.ForeachFn<[P.URI<"Either", {}>], V>; //# sourceMappingURL=forEachF.d.ts.map