import { Health, HealthIndicator } from './health-protocol'; /** * Default implementation of {@link HealthIndicator} that returns {@link HealthStatus.UP}. */ export declare class PingHealthIndicator implements HealthIndicator { health(): Promise; } //# sourceMappingURL=health-indicator.d.ts.map