import { HttpClient } from "@angular/common/http"; import { BaseApiTemplateService } from "../../../shared"; import { PostLineContainer } from "../../../../../../../models/mongodbSchema/aggregates"; import * as i0 from "@angular/core"; export declare class PostLineService extends BaseApiTemplateService { private http; basePath: string; paginationPath: string; constructor(http: HttpClient); fetchMedia(postLineUuid: any, apiVisa: any): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }