import { limitAsync as limitAsync$1 } from "../promise/limitAsync.js";

//#region src/array/limitAsync.d.ts
/**
 * Wraps an async function to limit the number of concurrent executions.
 *
 * @deprecated Use `limitAsync` from `es-toolkit/promise` instead. This export will be removed from `es-toolkit/array` in a future major version.
 */
declare const limitAsync: typeof limitAsync$1;
//#endregion
export { limitAsync };