import { CommandOption } from '../types.js';

declare const maxConcurrencyOption: CommandOption;

export { maxConcurrencyOption };
