import type { ErrorHandler } from "hono";
declare const onError: ErrorHandler;
export default onError;
