export declare enum ServiceType {
    Ontimize = "Ontimize",
    OntimizeEE = "OntimizeEE",
    JSONAPI = "JSONAPI"
}
