import { Predicate } from '../../Types'; export default function all(iterable: Iterable, predicate: Predicate): boolean;