/**
 * @description 生成uuid
 * @returns
 */
export declare const uuid: () => string;
