type Context = any; type ErrorHandler = (err: Error, c: Context) => Response | Promise; declare function honoErrorHandler(): ErrorHandler; export { honoErrorHandler };