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