export function clamp(num: any, min: any, max: any): number;