export declare const any: <T>(this: Iterable<T>, givenPredicate?: import("../types-internal").AnyMapper<T>) => any;
