export function setActiveItem(itemId: any, noScroll?: boolean): { type: string; itemId: any; noScroll: boolean; }; export function setActivePage(itemId: any): { type: string; itemId: any; }; export function addItem(config: any, parentItemId: any, afterItemId?: null): { type: string; config: any; parentItemId: any; afterItemId: null; saveNeeded: boolean; }; export function addItemWithIdPrefix(config: any, parentItemId: any, idPrefix: any, afterItemId?: null): { type: string; config: any; parentItemId: any; afterItemId: null; idPrefix: any; saveNeeded: boolean; }; export function changeItemType(config: any, itemId: any): { type: string; config: any; itemId: any; saveNeeded: boolean; }; export function updateItem(itemId: any, attribute: any, value: any, language?: null): { type: string; itemId: any; attribute: any; value: any; language: null; saveNeeded: boolean; }; export function setActiveLanguage(language: any): { type: string; language: any; }; export function cancelConfirmation(): { type: string; }; export function askConfirmation(action: any): { type: string; action: any; }; export function deleteItem(itemId: any): { type: string; itemId: any; confirm: boolean; saveNeeded: boolean; }; export function showItemOptions(itemId: any, isPage?: boolean): { type: string; itemId: any; isPage: boolean; }; export function hideItemOptions(): { type: string; }; export function createValueset(forItem?: null, entries?: null): { type: string; forItem: null; entries: null; saveNeeded: boolean; }; export function deleteValueset(itemId: any): { type: string; itemId: any; confirm: boolean; saveNeeded: boolean; }; export function makeValuesetGlobal(valueSetId: any): { type: string; valueSetId: any; saveNeeded: boolean; confirm: boolean; }; export function copyValuesetLocal(valueSetId: any, itemId: any): { type: string; valueSetId: any; itemId: any; saveNeeded: boolean; confirm: boolean; }; export function createValuesetEntry(valueSetId: any): { type: string; valueSetId: any; saveNeeded: boolean; }; export function setValuesetEntries(valueSetId: any, entries: any): { type: string; valueSetId: any; entries: any; saveNeeded: boolean; }; export function updateValuesetEntry(valueSetId: any, index: any, id: any, label: any, language: any): { type: string; valueSetId: any; index: any; id: any; label: any; language: any; saveNeeded: boolean; }; export function updateValueSetEntryAttr(valueSetId: any, id: any, attr: any, value: any): { type: string; valueSetId: any; id: any; attr: any; value: any; saveNeeded: boolean; }; export function deleteValuesetEntry(valueSetId: any, index: any): { type: string; valueSetId: any; index: any; confirm: boolean; saveNeeded: boolean; }; export function moveValuesetEntry(valueSetId: any, from: any, to: any): { type: string; valueSetId: any; from: any; to: any; saveNeeded: boolean; }; export function loadForm(formId: any, tagName?: null): { type: string; formId: any; tagName: null; }; export function setForm(formData: any, tagName?: null): { type: string; formData: any; tagName: null; }; export function saveForm(dryRun?: boolean): { type: string; dryRun: boolean; }; export function setFormRevision(revision: any): { type: string; revision: any; }; export function setStatus(status: any): { type: string; status: any; }; export function setErrors(errors: any, append?: boolean): { type: string; errors: any; append: boolean; }; export function showFormOptions(): { type: string; }; export function hideFormOptions(): { type: string; }; export function showVariables(): { type: string; }; export function hideVariables(): { type: string; }; export function setMetadataValue(attribute: any, value: any): { type: string; attribute: any; value: any; saveNeeded: boolean; }; export function showChangeId(changeId: any): { type: string; changeId: any; }; export function hideChangeId(): { type: string; }; export function performChangeId(oldId: any, newId: any): { type: string; oldId: any; newId: any; }; export function createContextVariable(): { type: string; saveNeeded: boolean; }; export function createExpressionVariable(): { type: string; saveNeeded: boolean; }; export function deleteVariable(id: any): { type: string; id: any; saveNeeded: boolean; confirm: boolean; }; export function updateVariable(id: any, attribute: any, value: any): { type: string; id: any; attribute: any; value: any; saveNeeded: boolean; }; export function requestPreview(): { type: string; }; export function showPreviewContext(): { type: string; }; export function hidePreviewContext(): { type: string; }; export function createPreviewSession(language: any, context?: boolean): { type: string; language: any; context: boolean; }; export function redirectPreview(sessionId: any): { type: string; sessionId: any; }; export function setContextValue(id: any, value: any): { type: string; id: any; value: any; saveNeeded: boolean; }; export function downloadForm(tag?: null): { type: string; tag: null; }; export function createValidation(itemId: any, language: any): { type: string; itemId: any; language: any; saveNeeded: boolean; }; export function deleteValidation(itemId: any, index: any): { type: string; itemId: any; index: any; saveNeeded: boolean; confirm: boolean; }; export function updateValidation(itemId: any, index: any, attribute: any, value: any, language?: null): { type: string; itemId: any; index: any; attribute: any; value: any; language: null; saveNeeded: boolean; }; export function showValueSets(): { type: string; }; export function hideValueSets(): { type: string; }; export function setGlobalValuesetName(valueSetId: any, name: any): { type: string; valueSetId: any; name: any; saveNeeded: boolean; }; export function showTranslation(): { type: string; }; export function hideTranslation(): { type: string; }; export function addLanguage(language: any, copyFrom?: null): { type: string; language: any; copyFrom: null; saveNeeded: boolean; }; export function deleteLanguage(language: any): { type: string; language: any; confirm: boolean; saveNeeded: boolean; }; export function addItemProp(itemId: any, propKey: any, value?: string): { type: string; itemId: any; propKey: any; value: string; saveNeeded: boolean; }; export function deleteItemProp(itemId: any, propKey: any): { type: string; itemId: any; propKey: any; saveNeeded: boolean; confirm: boolean; }; export function updateItemProp(itemId: any, propKey: any, value: any): { type: string; itemId: any; propKey: any; value: any; saveNeeded: boolean; }; export function moveItem(dragIndex: any, hoverIndex: any, dragParent: any, hoverParent: any, itemId: any): { type: string; dragIndex: any; hoverIndex: any; dragParent: any; hoverParent: any; itemId: any; saveNeeded: boolean; }; export function setConfig(config: any): { type: string; config: any; }; export function closeEditor(): { type: string; confirm: boolean; }; export function showVersioning(): { type: string; }; export function hideVersioning(): { type: string; }; export function fetchVersions(): { type: string; }; export function setVersions(versions: any): { type: string; versions: any; }; export function showNewTag(): { type: string; }; export function hideNewTag(): { type: string; }; export function createNewTag(name: any, description: any): { type: string; name: any; description: any; }; export function setTreeCollapse(itemId: any, collapsed: any): { type: string; itemId: any; collapsed: any; }; export function copyItem(itemId: any): { type: string; itemId: any; confirm: boolean; }; export function scheduleSave(): { type: string; saveNeeded: boolean; };