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