import { Observable } from 'rxjs/Observable'; import { HttpClient } from '@angular/common/http'; export declare class CommonEntityService { private http; private url; selectPath: string; selectType: string; sessionId: string; private server_ip; private commonentity_list_url; private commonentity_list_by_pkg_url; constructor(http: HttpClient, url: string); getCEList(projPath: string, typeList: string): Observable; getCEListByMetadataPkg(packagePath: string, packageFullName: string): Observable; }