import type { NumericValue } from './types/common.js'; export declare function getMaxValue(...values: [T, ...T[]]): T;