/**
 * 生成uuid
 */
export declare const GenerateUUID: () => string;
