import { HealthComponent, HealthExecutor, HealthIndicator, HealthStatusAggregator } from './health-protocol'; export declare class HealthExecutorImpl implements HealthExecutor { protected readonly healthIndicators: HealthIndicator[]; protected readonly healthStatusAggregator: HealthStatusAggregator; protected getHealthIndicatorName(healthIndicator: HealthIndicator): string | undefined; execute(indicatorName?: string): Promise; } //# sourceMappingURL=health-executor.d.ts.map