declare function arrayLast(array: Array | null | void): T | undefined; export { arrayLast };