/** * Gets or sets the maximum number of concurrent operations. * * The default value is the number of CPU cores (`os.availableParallelism()`). * A value of `0` resets to the default. */ export declare function concurrency(value?: number): number; export declare function withConcurrency(fn: () => Promise): Promise; //# sourceMappingURL=concurrency.d.ts.map