export declare const clamp: (value: number, min: number, max: number) => number;
export declare const decimalPlaces: (value: number) => number;
