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