export declare function forEachAsync(array: InputType[], forEach: (item: InputType, index: number, array: InputType[]) => Promise): Promise; //# sourceMappingURL=array.d.ts.map