export declare const getAvailableCpuCount: () => number;
export declare const getDefaultConcurrency: (cpuCount?: number) => number;
export declare const getCappedPluginConcurrency: (cap?: number) => number;
