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