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