/**
 * 随机生成一个uuid值
 */
export default function uuid(): string;
export { uuid };
