import { HttpClient } from '@angular/common/http'; import { MlmProgramParticipantContainerModel } from '../../../../../../models/aggregates/erp/mlm-admin'; import { BaseApiPublicLoginTemplateService } from '../../shared/base-api-public-login-template.service'; export declare class MlmProgramParticipantService extends BaseApiPublicLoginTemplateService { static readonly MLM_PROGRAM_PARTICIPANT_SUBPATH = "program-participants"; readonly url: string; constructor(theHttp: HttpClient); }