export declare function asyncForEach(array: Array, callback: (el: any, index: number, array: Array) => void): Promise;