export declare class Random { static number(): number; static enumValue(...args: Array): string | number; static string(prefix: string): string; static boolean(): boolean; }