export declare enum RouteTravelMode { Walking = "walking", Bicycling = "bicycling", Transit = "transit", Driving = "driving" }