export declare const UMB_DICTIONARY_ROOT_ENTITY_TYPE = "dictionary-root"; export declare const UMB_DICTIONARY_ENTITY_TYPE = "dictionary"; export type UmbDictionaryEntityType = typeof UMB_DICTIONARY_ENTITY_TYPE; export type UmbDictionaryRootEntityType = typeof UMB_DICTIONARY_ROOT_ENTITY_TYPE;