import { Predicate } from '../../Types'; export default function any(array: T[], predicate?: Predicate): boolean;