export declare class SecurityUtil { static generateUUID(): string; static randomString(length: any): string; }