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