/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { FileSystemEntry, GraphDescriptor } from "@breadboard-ai/types"; export { assetsFromGraphDescriptor, envFromGraphDescriptor }; declare function envFromGraphDescriptor(current: FileSystemEntry[], descriptor?: GraphDescriptor): FileSystemEntry[]; declare function assetsFromGraphDescriptor(descriptor?: GraphDescriptor): FileSystemEntry[]; //# sourceMappingURL=assets.d.ts.map