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