import { fn } from '../helper';
declare function useConcurrency(tasks: Array<fn>, maxConcurrency: number): Promise<any[] | null>;
export { useConcurrency };
