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