import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared'; import { MTOItemHdrContainerModel } from '../../../../../../models/aggregates/erp/mto/mto-item-hdr-container.model'; export declare class MTOItemHdrService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }