export default class DeviceProperties { cache: any; _uuid: any; distinct_id: any; app_release: any; distinctIdSetExplicitly: any; platform: any; realPlatform: any; constructor(cache: any, uuid: any); setPlatform(platform: any): void; setRealPlatform(realPlatform: any): void; setDistinctId(id: any): void; setAppRelease(appRelease: any): void; uuid(): any; generateDistinctId(): any; } //# sourceMappingURL=DeviceProperties.d.ts.map