export declare const batchedPromiseAll: <T>(promiseArr: T[], iterationCb: (item: T, index: number) => any, batchSize: number) => Promise<any[]>;
