export declare function toNumber(num: any): any;
export declare function clamp(value: any, min: any, max: any): any;
export declare function getDefaultValue(min: any, max: any, threshold: any): any;
