export declare const enum PrivacyDataTags { none = 0, browsingHistory = 2, deviceConnectivityAndConfiguration = 2048, inkingTypingAndSpeechUtterance = 131072, productAndServicePerformance = 16777216, productAndServiceUsage = 33554432, softwareSetupAndInventory = 2147483648, account = 1, cloudServiceProvider = 4, commuteAndTravel = 8, compensationAndBenefits = 16, contentConsumption = 32, credentials = 64, customerContact = 128, customerContactList = 256, customerContent = 512, demographicInformation = 1024, environmentalSensor = 4096, euii = 8192, feedbackAndRatings = 16384, financialAccountingAndRecords = 32768, fitnessAndActivity = 65536, interestsAndFavorites = 262144, learningAndDevelopment = 524288, licensingAndPurchase = 1048576, microsoftCommunications = 2097152, paymentInstrument = 4194304, preciseUserLocation = 8388608, professionalAndPersonalProfile = 67108864, publicPersonal = 134217728, recruitment = 268435456, searchRequestsAndQuery = 536870912, social = 1073741824, support = 4294967296, supportContent = 8589934592, SupportInteraction = 17179869184, workContracts = 34359738368, workplaceInteractions = 68719476736, workProfile = 137438953472, workRecognition = 274877906944, workTime = 549755813888 } export declare const enum Keywords { none = 0, diagtrackUpload = 1, telemetry = 35184372088832, measures = 70368744177664, criticalData = 140737488355328 } export declare const enum EventTags { none = 0, aggregate = 65536, dropPIIExceptIp = 131072, costDeferredLatency = 262144, coreData = 524288, injectXToken = 1048576, realTimeLatency = 2097152, normalLatency = 4194304, criticalPersistence = 8388608, normalPersistence = 16777216, dropPII = 33554432, hashPII = 67108864, markPII = 134217728 } export declare const enum LoggingLevel { verbose = 0, information = 1, warning = 2, error = 3, critical = 4 } export declare const enum DMADataCategory { requiredServiceData = 0, diagnosticData = 1 } export declare const microsoftTelemetryGroupId = "{4F50731A-89CF-4782-B3E0-DCE8C90476BA}"; export declare const dashboardProviderId = "{87ba0ea5-fe69-5002-9a52-849c32319a2b}"; export declare const dashboard = "Microsoft.Windows.Dashboard"; export declare function addPartCData(partC?: any): Promise;