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