export { sleep } from '../knowledge/cooperative.js'; /** Run async work with a fixed concurrency cap while preserving input order. */ export declare function mapWithConcurrency(items: readonly T[], limit: number, worker: (item: T, index: number) => Promise): Promise; //# sourceMappingURL=concurrency.d.ts.map