export const $editorKey = Symbol("NeedleEditorKey"); export declare type EditorModification = { guid: string, propertyName: string, value: any }