import { HttpClient } from "@angular/common/http"; import { BaseApiTemplateService } from "../../../shared"; import { PostLineContainer } from "../../../../../../../models/mongodbSchema/aggregates"; export declare class PostLineService extends BaseApiTemplateService { private http; basePath: string; paginationPath: string; constructor(http: HttpClient); fetchMedia(postLineUuid: any, apiVisa: any): import("rxjs").Observable; }