import { ItemPredicate } from './types'; export default function first(items: T[], predicate?: ItemPredicate): T;