import type { RouterFunction } from './types/RouterFunction.js'; /** * Health endpoint used by HTTP event bridges. * * Returns `200` when the bridge reports healthy and `500` otherwise. */ export declare const healthzRoute: RouterFunction; //# sourceMappingURL=healthzRoute.impl.d.ts.map