export declare class MiscGenerator { static getColor(): string; static getEmail(): string; static getPassword(): string; static getDelay(ms?: number): Promise; static getNumber(min?: number, max?: number): number; }