import type { UmbElementEntityTypeUnion } from './entity.js'; import { UmbPathPattern } from '../core/router/index.js'; export declare const UMB_ELEMENT_WORKSPACE_PATH: string; export declare const UMB_CREATE_ELEMENT_WORKSPACE_PATH_PATTERN: UmbPathPattern<{ parentEntityType: UmbElementEntityTypeUnion; parentUnique?: string | null; documentTypeUnique: string; }, { parentEntityType: UmbElementEntityTypeUnion; parentUnique?: string | null; documentTypeUnique: string; }>; export declare const UMB_EDIT_ELEMENT_WORKSPACE_PATH_PATTERN: UmbPathPattern<{ unique: string; }, { unique: string; }>;