export declare const pLimit: (concurrency: number) => (fn: (..._arguments: Arguments) => ReturnType | PromiseLike, ...args: Arguments) => Promise;