/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { HarnessRunResult, MutableGraphStore, TimelineEntry } from "@breadboard-ai/types"; export { Replay }; declare class Replay { #private; constructor(graphStore: MutableGraphStore, timeline: TimelineEntry[], start: number); replay(): AsyncGenerator; } //# sourceMappingURL=replay.d.ts.map