import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared'; import { GenericDocCustomProcessingHistoryContainerModel } from '../../../../../../models/aggregates/erp'; export declare class CustomProcessingHistoryService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }