import { type IParallelEnumerable } from "../../types"; export declare const anyAsync: (source: IParallelEnumerable, predicate: (x: TSource) => Promise) => Promise;