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