type CoreSubsection = { Version: number; SharingNotice: number; SaleOptOutNotice: number; TargetedAdvertisingOptOutNotice: number; SaleOptOut: number; TargetedAdvertisingOptOut: number; SensitiveDataProcessing: number[]; KnownChildSensitiveDataConsents: number; AdditionalDataProcessingConsent: number; MspaCoveredTransaction: number; MspaOptOutOptionMode: number; MspaServiceProviderMode: number; }; type Section = Array; declare const SectionID = 14; declare const APIPrefix = "usmt"; export type { Section }; export { SectionID, APIPrefix };