declare enum HealthAntivirusStatus {
    Disabled = "disabled",
    Offline = "offline",
    Online = "online"
}

export { HealthAntivirusStatus };
