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