export declare enum ClientClassification { DESKTOP = "desktop", LEGAL_HOLD = "legalhold", PHONE = "phone", TABLET = "tablet", UNKNOWN = "?" } //# sourceMappingURL=ClientClassification.d.ts.map