import type { NotFoundHandler } from "hono";
declare const notFound: NotFoundHandler;
export = notFound;
