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