declare const monitoringTypes: { PROMETHEUS: string; ELK: string; NO: string; }; export default monitoringTypes;