/** * Returns the largest non-NaN value in the array, or NaN if none. */ export declare function ComputeMax(values: number[]): number;