import type { Common } from '../internal/common.js'; import type { Context } from "hono"; export declare const onError: (_error: Error, c: Context, common: Common) => Promise>; export declare const onNotFound: (c: Context) => Response | Promise; //# sourceMappingURL=error.d.ts.map