declare function arrayFirst(tuple: [T, ...Array]): T; declare function arrayFirst(array: Array | null | void): T | undefined; export { arrayFirst };