export declare enum IntendedMeansOfTransportation { CAR = "car", MOTORCYCLE = "motorcycle", PUBLIC_TRANSPORT = "publicTransport", BICYCLE = "bicycle", ON_FOOT = "onFoot", OTHER = "other" }