/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { ErrorObject } from "@breadboard-ai/types"; export declare const extractError: (e: unknown) => ErrorObject; export declare const formatRunError: (e: unknown) => string; //# sourceMappingURL=error.d.ts.map