export declare const UMB_RELATION_TYPE_ROOT_ENTITY_TYPE = "relation-type-root"; export declare const UMB_RELATION_TYPE_ENTITY_TYPE = "relation-type"; export type UmbRelationTypeEntityType = typeof UMB_RELATION_TYPE_ENTITY_TYPE; export type UmbRelationTypeRootEntityType = typeof UMB_RELATION_TYPE_ROOT_ENTITY_TYPE;