/** Clamp `v` to the inclusive `[lo, hi]` range. */ export declare function clamp(v: number, lo: number, hi: number): number; //# sourceMappingURL=math.d.ts.map