/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { FileSystemBlobTransform, FileSystemPath, LLMContent, Outcome } from "@breadboard-ai/types"; export { transformBlobs }; declare function transformBlobs(path: FileSystemPath, data: LLMContent[], pipeline: FileSystemBlobTransform[]): Promise>; //# sourceMappingURL=blob-transform.d.ts.map