import { PosHoldBillHdrContainerModel } from '../../../../../../models/aggregates/erp/pos/pos-hold-bill-hdr-container.model'; import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared/base-api-template-service.model'; export declare class PosHoldBillHdrService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }