declare const MathMin: (...values: number[]) => number; export = MathMin;