import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare class GravityApplicationsService { private http; constructor(http: HttpClient); getApplicationIds(): Observable; getApplicationById(id: string): Observable; }