/**
 * Calculate the default concurrency level for downloading.
 *
 * @returns The default concurrency level based on the number of CPU cores.
 */
export declare function defaultConcurrency(): number;
//# sourceMappingURL=util.d.ts.map