import type * as Chunk from "../core.js"; /** * Iterate over the chunk applying f */ export declare function forEach_(self: Chunk.Chunk, f: (a: A) => U): void; /** * Iterate over the chunk applying f * * @ets_data_first forEach_ */ export declare function forEach(f: (a: A) => U): (self: Chunk.Chunk) => void; //# sourceMappingURL=forEach.d.ts.map