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