import type { IAsyncEnumerable } from "../../types"; export declare const eachAsync: (source: Iterable, action: (x: TSource) => Promise) => IAsyncEnumerable;