declare function firstNotUndefined(arr?: T[]): T; export default firstNotUndefined;