import { Predicate } from '../../Types'; export default function any(iterable: Iterable, predicate?: Predicate): boolean;