import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared/base-api-template-service.model'; import { MrpProcessTemplateContainerModel } from '../../../../../../models/aggregates/mrp-prodsys'; import { ApiResponseModel, ApiVisa } from '../../shared'; import { FilesDetailsRequest } from '../../../../../../models/file-image'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class MrpProcessTemplateService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); addMrpAttachmentsAndDetails(guid: string, files: File[], visa: ApiVisa, param_code: string, filesDetails?: FilesDetailsRequest): Observable>; bultItemReplace(dtoObject: any, visa: ApiVisa): Observable>; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }