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