export declare function numberInRange(min: number, max: number, actual: number): boolean;