import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared/base-api-template-service.model'; import { BranchLabelLinkContainerModel } from '../../../../../../models/aggregates/erp/organisation-labels'; export declare class BranchLabelLinkService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }