export enum AttributeUsage { HighPriority = 0x01, Reserved = 0xff, // Strange behavior in TypeScript compiler API makes this necessary for now }