//#region src/internal/clamp.d.ts declare const clamp: (value: number, min: number, max: number) => number; //#endregion export { clamp };