/** @internal */ export declare abstract class ɵRandomHelper { static getRandomInt(min: number, max: number): number; }