export function MathClamp(v: any, min: any, max: any): number;
