export declare function any(source: Iterable, predicate?: (item: TSource) => boolean): boolean;