/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import * as BreadboardUI from "@breadboard-ai/shared-ui"; export declare class RecentBoardStore { #private; static instance(): RecentBoardStore; private constructor(); store(boards: BreadboardUI.Types.RecentBoard[]): Promise; restore(): Promise; } //# sourceMappingURL=recent-boards.d.ts.map