import { PipeBody } from "../../pipables"; import { LinqWrapper } from "../linqWrapper"; import { IndexedSequenceElementCallback } from "./typing"; export declare function forEach(callback: IndexedSequenceElementCallback): PipeBody, void>; //# sourceMappingURL=forEach.d.ts.map