import { HttpClientService } from '../components/shared/http-client.service'; import { Observable } from 'rxjs'; export declare class IntegrationService { private http; constructor(http: HttpClientService); hasModule(module: any): Observable; }