import { numeric } from '../numeric'; export declare const clamp: (value: T, min?: T, max?: T) => T; //# sourceMappingURL=clamp.d.ts.map