/**----------------------------------------------------------------------------------------- * Copyright © 2024 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { LocalEditService } from './local-edit.service'; /** * @hidden */ export declare class HierarchyEditService extends LocalEditService { private bindingDirective; constructor(bindingDirective: any); create(item: any, parent?: any, _id?: any): void; update(_item: any): void; remove(item: any, parent?: any): void; }