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