export declare enum BusinessObjectKind { CUSTOM = "CUSTOM", PERSON = "PERSON", DEPARTMENT = "DEPARTMENT", PERSON_GROUP = "PERSON_GROUP" }