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