/**
 * VRt.Studio [ST]
 *
 * The version of the OpenAPI document: 7.18.2755
 * Contact: servicedesk@veeroute.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * Do not edit the class manually.
 */
/**
 * Track type:   * `LINE` - connecting stop points in a straight line   * `ROAD` - connecting stop points along roads   * `CUSTOM` - externally loaded custom tracks
 */
export declare enum BasicTracksTypeStudio {
    LINE = "LINE",
    ROAD = "ROAD",
    CUSTOM = "CUSTOM"
}
