export declare const UMB_MEMBER_ENTITY_TYPE = "member"; export declare const UMB_MEMBER_ROOT_ENTITY_TYPE = "member-root"; export type UmbMemberEntityType = typeof UMB_MEMBER_ENTITY_TYPE; export type UmbMemberRootEntityType = typeof UMB_MEMBER_ROOT_ENTITY_TYPE; export declare const UMB_MEMBER_PROPERTY_VALUE_ENTITY_TYPE = "member-property-value"; export type UmbMemberPropertyValueEntityType = typeof UMB_MEMBER_PROPERTY_VALUE_ENTITY_TYPE;