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