export declare function clamp(num: number, min: number, max: number): number; export declare function getRandomInt(min: any, max: any): number;