/** * 生成GUID(32位) */ export declare function newGuid(): string; //# sourceMappingURL=guid.d.ts.map