import { ItemPredicate } from './types'; export default function any(items: T[], predicate?: ItemPredicate): boolean;