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