export type IStopKeepConcurrency = () => Promise; export declare function keepConcurrency(quantity: number, fn: () => Promise): IStopKeepConcurrency;