/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { GraphIdentifier, SingleEditResult } from "@breadboard-ai/types"; export { error, errorNoInspect }; declare function errorNoInspect(graphId: GraphIdentifier): SingleEditResult; declare function error(message: string): SingleEditResult; //# sourceMappingURL=error.d.ts.map