export declare const UMB_MEMBER_TYPE_ENTITY_TYPE = "member-type"; export declare const UMB_MEMBER_TYPE_ROOT_ENTITY_TYPE = "member-type-root"; export declare const UMB_MEMBER_TYPE_FOLDER_ENTITY_TYPE = "member-type-folder"; export type UmbMemberTypeEntityType = typeof UMB_MEMBER_TYPE_ENTITY_TYPE; export type UmbMemberTypeRootEntityType = typeof UMB_MEMBER_TYPE_ROOT_ENTITY_TYPE; export type UmbMemberTypeFolderEntityType = typeof UMB_MEMBER_TYPE_FOLDER_ENTITY_TYPE;