/** * 获取一个 uuid(xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx) * @returns {string} 返回一个 uuid。 * @see {@link https://hyhello.github.io/utils/#/uuid 在线文档} */ export default function uuid(): string;