/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { ManagedRunState, ReanimationController, ReanimationState } from "@breadboard-ai/types"; import { InputValues } from "@breadboard-ai/types"; import { LifecycleManager } from "./lifecycle.js"; export declare class RunStateManager implements ManagedRunState { #private; constructor(resumeFrom: ReanimationState, inputs?: InputValues); lifecycle(): LifecycleManager; reanimation(): ReanimationController; } //# sourceMappingURL=manager.d.ts.map