export declare const UMB_TEMPLATE_ROOT_ENTITY_TYPE = "template-root"; export declare const UMB_TEMPLATE_ENTITY_TYPE = "template"; export type UmbTemplateEntityType = typeof UMB_TEMPLATE_ENTITY_TYPE; export type UmbTemplateRootEntityType = typeof UMB_TEMPLATE_ROOT_ENTITY_TYPE;