export declare enum MinecraftServerType {
    Paper = "paper",
    Spigot = "spigot",
    Vanilla = "vanilla"
}
