declare enum LabelDescriptorCategory {
    HUMAN = "HUMAN",
    APPLICATION = "APPLICATION"
}
export { LabelDescriptorCategory };
