import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { DynLinesCollection } from './lines.model'; import * as i0 from "@angular/core"; export declare class DynLinesService { private http; constructor(http: HttpClient); getData(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }