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