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