export declare function math_clamp(value: number, min: number, max: number): number;