import { ALERT_ENTITY_TARGET } from './alert.entity'; export declare class SystemHealthDiscoveryTarget { target: ALERT_ENTITY_TARGET; checks: { topic: string; run: Function; }[]; constructor(target: ALERT_ENTITY_TARGET, checks: { topic: string; run: Function; }[]); serviceName(): string; }