import { CuiTools } from './tools'; export interface EditorData { readonly tools: CuiTools; }