export type HealthCheckStatus = "healthy" | "unhealthy" | "unknown"; //# sourceMappingURL=health-check-status.d.ts.map