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