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