import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared/base-api-template-service.model'; import { CompBranchLocationEntityLinkContainerModel } from '../../../../../../models/aggregates/erp/comp-branch-location-entity-link'; export declare class CompBranchLocationEntityLinkService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }