import type { ErrorResponse } from '../types/ErrorResponse.js';
export declare const handleEvalError: (err: unknown) => ErrorResponse;
