/**
 * Middleware that immediately returns on ANY /_health
 */
export function healthHandler(): (ctx: any, next: any) => any;
