/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { EditHistoryCreator } from "@google-labs/breadboard"; import { TabId, VisualEditorMode } from "./types"; export declare class Router extends EventTarget { #private; constructor(); go(url: string | null, mode: VisualEditorMode, id?: TabId, creator?: EditHistoryCreator): void; init(): void; clearFlowParameters(): void; } //# sourceMappingURL=router.d.ts.map