export declare class ArrayUtil { static getLast(array: any[]): any; }