export declare enum API_VERSION { v1 = "/api/v1", v2 = "/api/v2", v3 = "/api/v3", default = "/api" }