import { HttpClient } from '@angular/common/http'; import { StockLevelMonitoringEventCompanyLinkModel } from '../../../../../../models/aggregates/erp/stock/stock-level-monitoring-event-company-link.model'; import { BaseApiTemplateService } from '../../shared'; import * as i0 from "@angular/core"; export declare class StockLevelMonitoringEventCompanyLinkService extends BaseApiTemplateService { readonly url: string; constructor(theHttp: HttpClient); static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }