/** * Return the last array key. */ export declare function LastArrayKey($arr: A[]): number;