import { BaseEventAction } from "../../eventActions"; export declare class UpdateElementTreeActionEvent extends BaseEventAction { getName(): string; }