import { DiskHealthIndicator, DNSHealthIndicator, HealthCheckService, MemoryHealthIndicator, TypeOrmHealthIndicator } from '@nestjs/terminus'; export declare class HealthController { private health; private dns; private typeorm; private memory; private disk; private mq; private redis; private path; constructor(health: HealthCheckService, dns: DNSHealthIndicator, typeorm: TypeOrmHealthIndicator, memory: MemoryHealthIndicator, disk: DiskHealthIndicator); healthCheck(): Promise; }