import { BaseApiTemplateService } from "../../../shared"; import { HttpClient } from '@angular/common/http'; import { VoiceCallContainer } from "../../../../../../../models/mongodbSchema/aggregates"; import * as i0 from "@angular/core"; export declare class VoiceCallService extends BaseApiTemplateService { private http; constructor(http: HttpClient); static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }