import { type Type } from '@nestjs/common';
import { type HealthIndicator } from '.';
/**
 * All the health indicators terminus provides as array
 */
export declare const HEALTH_INDICATORS: Type<HealthIndicator>[];
