export declare class RandomHelper { static randomHex(count?: number): string; static randomInt(min: number, max: number): number; }