import { ImportsOrchestratorConcurrency } from './internal';
export declare function withConcurrencyRelativeToDownlinkSpeed(max?: number, min?: number): ImportsOrchestratorConcurrency;
/**
 * @param onUpdateConcurrencyFn called when queue processor updates concurrency;
 */
export declare function withConcurrencyUpdateFn(onUpdateConcurrencyFn: () => number): ImportsOrchestratorConcurrency;
export declare function withConcurrencyStatic(value: number): ImportsOrchestratorConcurrency;
