import { Hono } from 'hono';
declare const app: Hono<import("hono/types").BlankEnv, import("hono/types").BlankSchema, "/">;
export { app };
export default app;
//# sourceMappingURL=worker.d.ts.map