export declare enum ServiceType {
    REST = 0,
    ReportServer = 1
}
