/**
 * Last element of an array
 * @param arr
 */
export declare const last: (arr: Array<any>) => any;
