export declare const asyncForEach: (array: any, callback: any) => Promise; export declare const asyncForEachIfTrue: (array: any, callback: any) => Promise;