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