export declare function asyncPool(poolLimit: number, array: readonly IN[], iteratorFn: (generator: IN) => Promise): Promise;