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