export declare const UMB_MEDIA_TYPE_ENTITY_TYPE = "media-type"; export declare const UMB_MEDIA_TYPE_ROOT_ENTITY_TYPE = "media-type-root"; export declare const UMB_MEDIA_TYPE_FOLDER_ENTITY_TYPE = "media-type-folder"; export type UmbMediaTypeEntityType = typeof UMB_MEDIA_TYPE_ENTITY_TYPE; export type UmbMediaTypeRootEntityType = typeof UMB_MEDIA_TYPE_ROOT_ENTITY_TYPE; export type UmbMediaTypeFolderEntityType = typeof UMB_MEDIA_TYPE_FOLDER_ENTITY_TYPE;