import { AlertDTO } from '@meshwatch/types'; declare class AlertTestData { static DOWNTIME_MONITOR_10_20MINUTES: AlertDTO; } export default AlertTestData;