/** * Server type - Viya or SAS9. * */ export declare enum ServerType { SASViya = "SASVIYA", SAS9 = "SAS9" }