import type { HandleErrorFn } from "./types.js";
/**
 * Simplified error handling function that:
 * - Formats and logs errors
 * - Handles panic thresholds
 * - Returns error to throw or null to continue
 */
export declare const handleError: HandleErrorFn;
//# sourceMappingURL=handleError.d.ts.map