declare function last(arr: any[]): any;

export = last;
