/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { EventRoute } from "./types.js"; export declare const eventRoutes: Map<"board.input" | "board.create" | "board.delete" | "board.load" | "board.remix" | "board.rename" | "board.run" | "board.stop" | "board.replace" | "host.modetoggle" | "host.selectionstatechange" | "host.lock" | "host.unlock" | "node.addwithedge" | "node.change" | "node.multichange" | "node.changeedge" | "node.changeedgeattachmentpoint" | "asset.changeedge" | "asset.add" | "theme.create" | "theme.change" | "theme.delete" | "theme.update", EventRoute<"board.input" | "board.create" | "board.delete" | "board.load" | "board.remix" | "board.rename" | "board.run" | "board.stop" | "board.replace" | "host.modetoggle" | "host.selectionstatechange" | "host.lock" | "host.unlock" | "node.addwithedge" | "node.change" | "node.multichange" | "node.changeedge" | "node.changeedgeattachmentpoint" | "asset.changeedge" | "asset.add" | "theme.create" | "theme.change" | "theme.delete" | "theme.update">>; //# sourceMappingURL=event-routing.d.ts.map