export declare const UMB_SCRIPT_ENTITY_TYPE = "script"; export declare const UMB_SCRIPT_ROOT_ENTITY_TYPE = "script-root"; export declare const UMB_SCRIPT_FOLDER_ENTITY_TYPE = "script-folder"; export type UmbScriptEntityType = typeof UMB_SCRIPT_ENTITY_TYPE; export type UmbScriptRootEntityType = typeof UMB_SCRIPT_ROOT_ENTITY_TYPE; export type UmbScriptFolderEntityType = typeof UMB_SCRIPT_FOLDER_ENTITY_TYPE;