export declare function asyncForEach(array: any[], callback: (...args: any[]) => Promise<any>): Promise<void>;
