variable Clampimport { Clamp } from "https://deno.land/x/caviar@2.6.9/src/math/mod.ts"; type(value: number,min: number,max: number,) => unknown