export declare function mapAsyncWithMaxConcurrency(array: Item[], callback: (item: Item, index: number) => Promise, threadLimit: number): Promise; //# sourceMappingURL=mapAsyncWithMaxConcurrency.d.ts.map