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