import { Hono } from "hono"; //#region src/presentation/http/hono/InternalHonoApiRouteRegistrar.d.ts interface InternalHonoApiRouteRegistrar { register(app: Hono): void; } //#endregion export { InternalHonoApiRouteRegistrar as t }; //# sourceMappingURL=InternalHonoApiRouteRegistrar-Ck5-r6yB.d.ts.map