/** * 计算一个唯一 id */ declare function createUuid(): string; export { createUuid as uuid };