import type { IAsyncEnumerable } from "../../types"; export declare const reverse: (source: AsyncIterable) => IAsyncEnumerable;