import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared'; import { MlmProgramCCEndpointLinkContainerModel } from '../../../../../../models/aggregates/erp/mlm-admin'; export declare class MlmProgramCCEndpointLinkService extends BaseApiTemplateService { readonly url: string; constructor(theHttp: HttpClient); }