/** * 随机数工具 */ export declare class RandomUtil { /** * 生成32位随机字符串 */ genRandomStr(): string; }