export declare function clamp({ amount, min, max, }: { amount: number; min: number; max?: number; }): number; //# sourceMappingURL=clamp.d.ts.map