/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { InputValues } from "@breadboard-ai/types"; import type { ManagedRunState, ReanimationState } from "@breadboard-ai/types"; export declare const createRunStateManager: (resumeFrom?: ReanimationState, inputs?: InputValues) => ManagedRunState; //# sourceMappingURL=index.d.ts.map