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