/** * Get last item in array */ export declare function ArrayLast($arr: T[]): T | undefined;