/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { DataStore, InspectableRunLoadResult, MutableGraphStore, SerializedRunLoadingOptions } from "@breadboard-ai/types"; export declare class RunLoader { #private; constructor(graphStore: MutableGraphStore, store: DataStore, o: unknown, options: SerializedRunLoadingOptions); load(): Promise; } //# sourceMappingURL=loader.d.ts.map