import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared/base-api-template-service.model'; import { CfpEngagementLineContainerModel } from '../../../../../../models/aggregates/erp/index'; export declare class CfpEngagementLineService extends BaseApiTemplateService { static readonly CFP_ENGAGEMENT_LINE_SUBPATH: string; constructor(http: HttpClient); }