/** * 唯一标识 * * @author LCTR * @date 2022-09-22 */ export default class SimpleGuid { private static s4; /** * 生成新的唯一标识 */ static new(): string; }