export declare function getUUID2(): string; export declare function getUUID(): string; export declare function validateUUID(str: string): boolean;