import { MoodFactorLogsService } from '../services'; import { Filter } from '@loopback/repository'; import { Appointment, PatientService } from '@sourcefuse-npm/patient-facade'; export declare class AlertController { protected patientSvc: MoodFactorLogsService; protected patientService: PatientService; constructor(patientSvc: MoodFactorLogsService, patientService: PatientService); getCareCentralCount(token?: string, filter?: Filter): Promise; }