export declare const UMB_STATIC_FILE_TREE_REPOSITORY_ALIAS = "Umb.Repository.StaticFile.Tree"; export declare const UMB_STATIC_FILE_TREE_ALIAS = "Umb.Tree.StaticFile"; export declare const UMB_STATIC_FILE_TREE_ITEM_ALIAS = "Umb.TreeItem.StaticFile"; export declare const UMB_STATIC_FILE_ENTITY_TYPE = "static-file"; export declare const UMB_STATIC_FILE_ROOT_ENTITY_TYPE = "static-file-root"; export declare const UMB_STATIC_FILE_FOLDER_ENTITY_TYPE = "static-file-folder"; export type UmbStaticFileEntityType = typeof UMB_STATIC_FILE_ENTITY_TYPE; export type UmbStaticFileRootEntityType = typeof UMB_STATIC_FILE_ROOT_ENTITY_TYPE; export type UmbStaticFileFolderEntityType = typeof UMB_STATIC_FILE_FOLDER_ENTITY_TYPE;