import { Observable } from 'rxjs'; import { Poi } from '../../../shared/models/poi'; import { HttpClient } from '@angular/common/http'; export declare class PoiService { private http; private _pois; constructor(http: HttpClient); getPois(customerId: number): Observable; }