/**
 * @desc 获取url参数
 * @param prefix 可选，传入后作为uuid前缀
 * @returns uuid
 */
export declare const getUUID: (prefix?: string) => string;
