export function getNewNodePath(oldPath: any, oldAncestorPath: any, newAncestorPath: any): any; export function hasMixin(node: any, mixin: any): any; export function hasProperty(node: any, propertyName: any): boolean; export function isDescendant(path: any, ancestorPath: any): any; export function isDescendantOrSelf(path: any, ancestorOrSelfPath: any): any; export function isMarkedForDeletion(node: any): any; export function isAutoPublished(node: any): any; export function isWorkInProgress(node: any, lang: any): boolean; export function extractPaths(siteKey: any, path: any, mode: any): string[]; export function ellipsizeText(text: any, maxLength: any): any; export function removeFileExtension(filename: any): any; export function getNewCounter(nodes: any): number; export function allowDoubleClickNavigation(nodeType: any, subNodes: any, fcn: any, node?: any): any; export function getDefaultLocale(lang: any): any; export function getLanguageLabel(languages: any, currentLang: any): any; export function uppercaseFirst(string: any): any; export function getNodeTypeIcon(typeName: any): import("react/jsx-runtime").JSX.Element; export function isObject(item: any): boolean; export function isSafeProp(key: any): boolean; export function mergeDeep(target: any, ...sources: any[]): any; export function arrayValue(value: any): any; export function booleanValue(v: any): any; export function getCanDisplayItemParams(node: any): { folderNode: any; selectionNode: any; }; export function getAccordionItem(accordion: any, accordionItemProps: any): any; export function getAccordionItems(accordionItemTarget: any, accordionItemProps: any): any[]; export function getName(node: any): any; export function pathExistsInTree(path: any, tree: any, pathAccessor: any): any; export function isPathChildOfAnotherPath(child: any, parent: any): any; export function getRegistryTarget(item: any, target: any): string; export function buildUrl({ site, language, mode, path, params }: { site: any; language: any; mode: any; path: any; params: any; }): string; export function expandTree(variables: any, client: any): any; export namespace clickHandler { function handleEvent(e: any, fcn: any): void; } export function findAvailableBoxConfig(node: any): any; export function getTitle(t: any, item: any, prefix?: string): string; export namespace JahiaAreasUtil { let jahiaAreas: {}; function addArea(path: any, elemAttrs: any): void; function isJahiaArea(path: any): boolean; function getArea(path: any): any; } export function resolveUrlForLiveOrPreview(url: any, isLive: any, serverName: any): any; export function isCMISFolder(node: any): boolean; export function isCMISFile(node: any): boolean;