export declare enum SlsMapsTravelMode {
    DRIVING = "driving",
    WALKING = "walking",
    BICYCLING = "bicycling",
    TRANSIT = "transit"
}
