export interface HealthCheckConfiguration { protocol: string; host: string; path: string; port: number; }