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