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