export declare function mapAsync<T, U>(it: AsyncIterableIterator<T>, project: (value: T) => Promise<U>, concurrency: number): Promise<AsyncIterable<U>>;
//# sourceMappingURL=mapAsync.d.ts.map