/** * @class */ export declare class DeviceIdUtil { static generateDeviceId(): string; static isValidDeviceId(deviceId: any): boolean; } //# sourceMappingURL=DeviceIdUtil.d.ts.map