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