export declare enum EUrlSeparator {
    LOCATION_SEARCH_SEPARATOR = "?",
    QUERY_STRING_SEPARATOR = "&"
}
