import type { Context } from 'hono';
export declare function healthHandler(c: Context): Promise<Response & import("hono").TypedResponse<{
    success: true;
}, 200, "json">>;
//# sourceMappingURL=health.d.ts.map