import { HttpClient } from '@angular/common/http'; import { StockLevelMonitoringEventLocationLinkModel } from '../../../../../../models/aggregates/erp/stock/stock-level-monitoring-event-location-link.model'; import { BaseApiTemplateService } from '../../shared'; export declare class StockLevelMonitoringEventLocationLinkService extends BaseApiTemplateService { readonly url: string; constructor(theHttp: HttpClient); }