export declare enum ServerOS {
    Windows = "windows",
    Linux = "linux"
}
