import { SfaSalesGroupEntityLinkContainerModel } from '../../../../../../models/aggregates/sfa/salesGroup/SfaSalesGroupEntityLinkContainer.model'; import { BaseApiTemplateService } from '../../shared/base-api-template-service.model'; import { HttpClient } from '@angular/common/http'; export declare class SfaSalesGroupEntityLinkService extends BaseApiTemplateService { static readonly SALES_GROUP_ENTIY_LINK_SUB_PATH = "sales-group-entity-links/"; readonly url: string; constructor(http: HttpClient); }