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