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