export interface HighPriorityAttribute extends AttributeBase { readonly type: AttributeType.HighPriority; }