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