/// declare function clamp(number: number, min: number, max: number): number; export { clamp };