export declare function clampValue(min: number, max: number, value: number): number;
//# sourceMappingURL=clamp-value.d.ts.map