import { Command } from "../Editor/CommandMachine"; export declare class Command_HighlightNode implements Command { exec(): Promise; } export declare class Command_HighlightNodeAndChilds implements Command { exec(): Promise; } //# sourceMappingURL=HighlightNode.d.ts.map