export declare const UMB_MEMBER_GROUP_ROOT_ENTITY_TYPE = "member-group-root"; export declare const UMB_MEMBER_GROUP_ENTITY_TYPE = "member-group"; export type UmbMemberGroupEntityType = typeof UMB_MEMBER_GROUP_ENTITY_TYPE; export type UmbMemberGroupRootEntityType = typeof UMB_MEMBER_GROUP_ROOT_ENTITY_TYPE;