import { Hono } from "hono"; /** * Health check route. * Returns a simple status to verify the server is running. */ export declare const healthRoute: Hono; //# sourceMappingURL=health.d.ts.map