export declare const allAsync: (source: AsyncIterable, predicate: (x: TSource) => Promise) => Promise;