import { BaseApiTemplateService } from '../../shared/base-api-template-service.model'; import { ServiceNoteEventContainerModel } from '../../../../../../models/aggregates/erp/rma'; import { HttpClient } from '@angular/common/http'; export declare class ServiceNoteEventService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }