export declare const clamp: (value: number, lowerBound: number, upperBound: number) => number;