declare function arrayLastOr(whenEmpty: E, array: Array | null | void): T | E; export { arrayLastOr };