/**
 * 生成一个基于时间戳和随机数的 UUID 字符串。
 * @returns 返回一个随机生成的 UUID 字符串。
 */
declare function getUuid(): string;
export { getUuid, };
