/** * Generate an array of numbers up to the max. */ export declare function NumberRange(max: number): any[];