import type { NumericValue } from './types/common.js'; export declare function clamp(min: T, value: T, max: T): T;