import type { UmbTemplateTreeStore } from './template-tree.store.js'; import { UmbContextToken } from '../../../../libs/context-api/index.js'; /** * @deprecated - Use `UmbTemplateTreeRepository` instead. This will be removed in Umbraco 18. */ export declare const UMB_TEMPLATE_TREE_STORE_CONTEXT: UmbContextToken;