export { createAbortError, throwIfAborted } from "../../utils/abort.js"; /** Maximum UTF-8 size of tool failure text forwarded to logs, clients, or models. */ export declare const MAX_TOOL_ERROR_TEXT_BYTES = 4096; export declare function stringifyToolError(error: unknown): string; //# sourceMappingURL=error-utils.d.ts.map