import type { Hono } from "hono"; export interface InternalHonoApiRouteRegistrar { register(app: Hono): void; }