export declare class CommonUtil { static generateRandomNumber(count: number): string; static generateUUID(): string; }