import type { UmbWorkspaceContext } from '../workspace-context.interface.js'; import type { UmbNamableWorkspaceContext } from './namable-workspace-context.interface.js'; import { UmbContextToken } from '../../../../libs/context-api/index.js'; export declare const UMB_NAMABLE_WORKSPACE_CONTEXT: UmbContextToken;