import { HNode } from "./HNode"; export declare const handleError: (err: unknown, hNode: HNode) => void;