/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { EventRoute } from "../types"; export declare const AddWithEdgeRoute: EventRoute<"node.addwithedge">; export declare const ChangeRoute: EventRoute<"node.change">; export declare const MultiChangeRoute: EventRoute<"node.multichange">; export declare const ChangeEdgeRoute: EventRoute<"node.changeedge">; export declare const ChangeEdgeAttachmentPointRoute: EventRoute<"node.changeedgeattachmentpoint">; //# sourceMappingURL=node.d.ts.map