import { Hono } from "hono"; import type { HonoEnv } from "../types/index.js"; declare const router: Hono; export default router;