import { HttpClient } from '@angular/common/http'; import { ApiVisa, BaseApiTemplateService, PagingResponseModel } from '../../shared'; import { Observable } from 'rxjs'; import { EcomsyncBranchLabelHdrLinkContainerModel } from '../../../../../../models/aggregates/erp/ecomsync-branch/index'; import * as i0 from "@angular/core"; export declare class EcomsyncBranchLabelHdrLinkService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); postQuery(visa: ApiVisa, fi_branch_guid: string, label_list_hdr_guid: string, label_hdr_guid: string): Observable>; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }