export declare function concurrentAsync(fn: (this: T, ...p: P) => Promise, maxCount?: number): (this: T, ...rawParams: P) => Promise;