/** * Polyfill for `Array.fromAsync` for node before v22. */ export declare const arrayFromAsync: (iterableOrArrayLike: AsyncIterable | Iterable> | ArrayLike>) => Promise; //# sourceMappingURL=array-from-async.d.ts.map