import { UmbModalToken } from '../../modal/index.js'; export interface UmbWorkspaceModalData { entityType: string; preset: Partial; baseDataPath?: string; inheritValidationLook?: boolean; } export type UmbWorkspaceModalValue = { unique: string; } | undefined; export declare const UMB_WORKSPACE_MODAL: UmbModalToken, UmbWorkspaceModalValue>;