import { ICallback } from './types/index.js'; export declare const eachOf: (collection: T[], iteratee: (item: T, key: number, callback: ICallback) => void, callback: ICallback) => void; //# sourceMappingURL=each-of.d.ts.map