import { HttpClient } from "@angular/common/http"; import { SupplierBranchLinkContainerModel } from "../../../../../../models/aggregates/erp/entity"; import { BaseApiTemplateService } from "../../shared"; export declare class SupplierBranchLinkingService extends BaseApiTemplateService { constructor(http: HttpClient); }