export declare const clamp: (num: number, min: number, max: number) => number;